# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_check_no_lv_fail.yml *************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml PLAY [Verify the check commmand fails when source LV doesn't exist] ************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml:2 Friday 01 March 2024 16:59:59 +0000 (0:00:00.041) 0:00:00.041 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml:16 Friday 01 March 2024 17:00:00 +0000 (0:00:00.984) 0:00:01.025 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:10 Friday 01 March 2024 17:00:00 +0000 (0:00:00.012) 0:00:01.038 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:15 Friday 01 March 2024 17:00:00 +0000 (0:00:00.237) 0:00:01.276 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:19 Friday 01 March 2024 17:00:00 +0000 (0:00:00.018) 0:00:01.294 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:00:00 +0000 (0:00:00.017) 0:00:01.311 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:00 +0000 (0:00:00.015) 0:00:01.327 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:00:00 +0000 (0:00:00.020) 0:00:01.347 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:00:00 +0000 (0:00:00.026) 0:00:01.374 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:00:00 +0000 (0:00:00.192) 0:00:01.566 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:00:00 +0000 (0:00:00.014) 0:00:01.581 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:00:00 +0000 (0:00:00.009) 0:00:01.590 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:00:00 +0000 (0:00:00.009) 0:00:01.599 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:00:00 +0000 (0:00:00.026) 0:00:01.625 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:00:01 +0000 (0:00:01.017) 0:00:02.643 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:00:01 +0000 (0:00:00.012) 0:00:02.655 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:00:01 +0000 (0:00:00.010) 0:00:02.666 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:00:02 +0000 (0:00:00.466) 0:00:03.132 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:00:02 +0000 (0:00:00.021) 0:00:03.153 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:00:02 +0000 (0:00:00.017) 0:00:03.171 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:00:02 +0000 (0:00:00.016) 0:00:03.188 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:00:02 +0000 (0:00:00.015) 0:00:03.204 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:00:03 +0000 (0:00:00.894) 0:00:04.098 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:00:04 +0000 (0:00:01.756) 0:00:05.855 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:00:05 +0000 (0:00:00.029) 0:00:05.885 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:00:05 +0000 (0:00:00.008) 0:00:05.893 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:00:05 +0000 (0:00:00.360) 0:00:06.254 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:00:05 +0000 (0:00:00.020) 0:00:06.275 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:00:05 +0000 (0:00:00.009) 0:00:06.284 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:00:05 +0000 (0:00:00.013) 0:00:06.298 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:00:05 +0000 (0:00:00.013) 0:00:06.311 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:00:05 +0000 (0:00:00.013) 0:00:06.325 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:00:05 +0000 (0:00:00.022) 0:00:06.347 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:00:05 +0000 (0:00:00.012) 0:00:06.360 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:00:05 +0000 (0:00:00.020) 0:00:06.380 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:00:05 +0000 (0:00:00.019) 0:00:06.400 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:00:05 +0000 (0:00:00.011) 0:00:06.411 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311847.9319596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:00:05 +0000 (0:00:00.194) 0:00:06.606 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:00:05 +0000 (0:00:00.009) 0:00:06.616 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:23 Friday 01 March 2024 17:00:06 +0000 (0:00:00.765) 0:00:07.381 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:00:06 +0000 (0:00:00.020) 0:00:07.402 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:00:06 +0000 (0:00:00.195) 0:00:07.597 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:00:06 +0000 (0:00:00.016) 0:00:07.614 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:00:07 +0000 (0:00:00.881) 0:00:08.495 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:00:07 +0000 (0:00:00.289) 0:00:08.785 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:00:07 +0000 (0:00:00.013) 0:00:08.798 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:00:07 +0000 (0:00:00.011) 0:00:08.810 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:00:07 +0000 (0:00:00.019) 0:00:08.830 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:00:07 +0000 (0:00:00.021) 0:00:08.851 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:29 Friday 01 March 2024 17:00:07 +0000 (0:00:00.018) 0:00:08.870 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:00:08 +0000 (0:00:00.024) 0:00:08.895 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:08 +0000 (0:00:00.016) 0:00:08.912 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:00:08 +0000 (0:00:00.021) 0:00:08.933 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:00:08 +0000 (0:00:00.029) 0:00:08.962 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:00:08 +0000 (0:00:00.013) 0:00:08.975 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:00:08 +0000 (0:00:00.013) 0:00:08.989 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:00:08 +0000 (0:00:00.011) 0:00:09.000 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:00:08 +0000 (0:00:00.027) 0:00:09.028 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:00:08 +0000 (0:00:00.026) 0:00:09.055 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:00:09 +0000 (0:00:00.881) 0:00:09.937 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "50%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:00:09 +0000 (0:00:00.024) 0:00:09.962 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:00:09 +0000 (0:00:00.014) 0:00:09.976 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:00:10 +0000 (0:00:01.094) 0:00:11.071 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:00:10 +0000 (0:00:00.022) 0:00:11.094 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:00:10 +0000 (0:00:00.017) 0:00:11.111 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:00:10 +0000 (0:00:00.017) 0:00:11.129 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:00:10 +0000 (0:00:00.018) 0:00:11.148 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:00:11 +0000 (0:00:00.885) 0:00:12.033 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:00:12 +0000 (0:00:01.657) 0:00:13.691 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:00:12 +0000 (0:00:00.031) 0:00:13.722 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:00:12 +0000 (0:00:00.009) 0:00:13.731 ********** 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": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:00:15 +0000 (0:00:02.407) 0:00:16.139 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:00:15 +0000 (0:00:00.020) 0:00:16.159 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:00:15 +0000 (0:00:00.009) 0:00:16.168 ********** 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": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:00:15 +0000 (0:00:00.014) 0:00:16.183 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:00:15 +0000 (0:00:00.014) 0:00:16.197 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:00:15 +0000 (0:00:00.012) 0:00:16.210 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:00:15 +0000 (0:00:00.019) 0:00:16.229 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:00:15 +0000 (0:00:00.010) 0:00:16.239 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:00:15 +0000 (0:00:00.018) 0:00:16.258 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:00:15 +0000 (0:00:00.018) 0:00:16.276 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:00:15 +0000 (0:00:00.011) 0:00:16.287 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311847.9319596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:00:15 +0000 (0:00:00.204) 0:00:16.491 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:00:15 +0000 (0:00:00.012) 0:00:16.504 ********** ok: [sut] TASK [Test failure of check with verify set for incorrect LV] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml:19 Friday 01 March 2024 17:00:16 +0000 (0:00:00.779) 0:00:17.284 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml for sut TASK [Show __snapshot_failed_params] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:4 Friday 01 March 2024 17:00:16 +0000 (0:00:00.017) 0:00:17.302 ********** ok: [sut] => { "__snapshot_failed_params": { "__snapshot_lvm_set": { "name": "snapset1", "volumes": [ { "lv": "xxxxx", "name": "snapshot VG1 LV1", "percent_space_required": 20, "vg": "test_vg1" } ] }, "snapshot_lvm_action": "check", "snapshot_lvm_verify_only": true } } TASK [Verify role returns error] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:9 Friday 01 March 2024 17:00:16 +0000 (0:00:00.013) 0:00:17.316 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:00:16 +0000 (0:00:00.021) 0:00:17.337 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:16 +0000 (0:00:00.017) 0:00:17.355 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:00:16 +0000 (0:00:00.023) 0:00:17.379 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:00:16 +0000 (0:00:00.023) 0:00:17.403 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:00:16 +0000 (0:00:00.015) 0:00:17.419 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:00:16 +0000 (0:00:00.028) 0:00:17.447 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:00:17 +0000 (0:00:00.889) 0:00:18.336 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"xxxxx\", \"percent_space_required\": 20}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:00:17 +0000 (0:00:00.036) 0:00:18.373 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 Friday 01 March 2024 17:00:17 +0000 (0:00:00.317) 0:00:18.690 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'rc': 20, 'stdout': '{\r\n "return_code": 20,\r\n "errors": [\r\n "source logical volume in snapset does not exist: test_vg1/xxxxx"\r\n ],\r\n "changed": false\r\n}', 'stdout_lines': ['{', ' "return_code": 20,', ' "errors": [', ' "source logical volume in snapset does not exist: test_vg1/xxxxx"', ' ],', ' "changed": false', '}'], 'stderr': 'Shared connection to 10.31.8.22 closed.\r\n', 'stderr_lines': ['Shared connection to 10.31.8.22 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:00:17 +0000 (0:00:00.014) 0:00:18.704 ********** 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.8.22 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.22 closed." ], "stdout": "{\r\n \"return_code\": 20,\r\n \"errors\": [\r\n \"source logical volume in snapset does not exist: test_vg1/xxxxx\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 20,", " \"errors\": [", " \"source logical volume in snapset does not exist: test_vg1/xxxxx\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:00:17 +0000 (0:00:00.013) 0:00:18.718 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "source logical volume in snapset does not exist: test_vg1/xxxxx" ], "return_code": 20 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:00:17 +0000 (0:00:00.027) 0:00:18.745 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:00:17 +0000 (0:00:00.011) 0:00:18.757 ********** ok: [sut] => { "snapshot_cmd[\"errors\"]": [ "source logical volume in snapset does not exist: test_vg1/xxxxx" ] } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:32 Friday 01 March 2024 17:00:17 +0000 (0:00:00.013) 0:00:18.771 ********** 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.8.22 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.8.22 closed." ], "stdout": "{\r\n \"return_code\": 20,\r\n \"errors\": [\r\n \"source logical volume in snapset does not exist: test_vg1/xxxxx\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 20,", " \"errors\": [", " \"source logical volume in snapset does not exist: test_vg1/xxxxx\"", " ],", " \"changed\": false", "}" ] } } } TASK [Check that there was a failure in the role] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:36 Friday 01 March 2024 17:00:17 +0000 (0:00:00.012) 0:00:18.783 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Debug snapshot_cmd] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:41 Friday 01 March 2024 17:00:17 +0000 (0:00:00.012) 0:00:18.795 ********** ok: [sut] => { "snapshot_cmd": { "changed": false, "errors": [ "source logical volume in snapset does not exist: test_vg1/xxxxx" ], "return_code": 20 } } TASK [Debug __snapshot_failed_regex] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:46 Friday 01 March 2024 17:00:17 +0000 (0:00:00.012) 0:00:18.808 ********** ok: [sut] => { "__snapshot_failed_regex": "source logical volume in snapset does not*" } TASK [Verify return code and message is correct] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:60 Friday 01 March 2024 17:00:17 +0000 (0:00:00.013) 0:00:18.821 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert role reported changes correctly] ********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/verify-role-failed.yml:71 Friday 01 March 2024 17:00:17 +0000 (0:00:00.018) 0:00:18.840 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml:39 Friday 01 March 2024 17:00:17 +0000 (0:00:00.012) 0:00:18.852 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:00:17 +0000 (0:00:00.017) 0:00:18.870 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:00:18 +0000 (0:00:00.036) 0:00:18.907 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:18 +0000 (0:00:00.017) 0:00:18.924 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:00:18 +0000 (0:00:00.021) 0:00:18.945 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:00:18 +0000 (0:00:00.030) 0:00:18.975 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:00:18 +0000 (0:00:00.013) 0:00:18.989 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:00:18 +0000 (0:00:00.014) 0:00:19.003 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:00:18 +0000 (0:00:00.012) 0:00:19.015 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:00:18 +0000 (0:00:00.011) 0:00:19.027 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:00:18 +0000 (0:00:00.026) 0:00:19.053 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:00:19 +0000 (0:00:00.886) 0:00:19.940 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:00:19 +0000 (0:00:00.026) 0:00:19.966 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:00:19 +0000 (0:00:00.013) 0:00:19.980 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:00:20 +0000 (0:00:01.648) 0:00:21.628 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:00:20 +0000 (0:00:00.023) 0:00:21.652 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:00:20 +0000 (0:00:00.020) 0:00:21.672 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:00:20 +0000 (0:00:00.018) 0:00:21.691 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:00:20 +0000 (0:00:00.017) 0:00:21.709 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:00:21 +0000 (0:00:00.880) 0:00:22.590 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:00:23 +0000 (0:00:01.638) 0:00:24.228 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:00:23 +0000 (0:00:00.030) 0:00:24.259 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:00:23 +0000 (0:00:00.010) 0:00:24.270 ********** 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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:00:25 +0000 (0:00:02.519) 0:00:26.789 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:00:25 +0000 (0:00:00.021) 0:00:26.810 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:00:25 +0000 (0:00:00.010) 0:00:26.821 ********** 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/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:00:25 +0000 (0:00:00.015) 0:00:26.837 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:00:25 +0000 (0:00:00.014) 0:00:26.851 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:00:25 +0000 (0:00:00.012) 0:00:26.864 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:00:26 +0000 (0:00:00.018) 0:00:26.882 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:00:26 +0000 (0:00:00.012) 0:00:26.894 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:00:26 +0000 (0:00:00.019) 0:00:26.914 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:00:26 +0000 (0:00:00.019) 0:00:26.934 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:00:26 +0000 (0:00:00.011) 0:00:26.945 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311847.9319596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063281.116, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063020.517, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2503107666", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:00:26 +0000 (0:00:00.195) 0:00:27.141 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:00:26 +0000 (0:00:00.010) 0:00:27.151 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:00:27 +0000 (0:00:00.761) 0:00:27.913 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:00:27 +0000 (0:00:00.013) 0:00:27.927 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:00:27 +0000 (0:00:00.017) 0:00:27.944 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:00:27 +0000 (0:00:00.014) 0:00:27.959 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:00:27 +0000 (0:00:00.013) 0:00:27.973 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:00:27 +0000 (0:00:00.871) 0:00:28.844 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:00:28 +0000 (0:00:00.209) 0:00:29.054 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:00:28 +0000 (0:00:00.013) 0:00:29.067 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:00:28 +0000 (0:00:00.011) 0:00:29.079 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:00:28 +0000 (0:00:00.023) 0:00:29.102 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:00:28 +0000 (0:00:00.020) 0:00:29.122 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:00:28 +0000 (0:00:00.019) 0:00:29.142 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:00:29 +0000 (0:00:00.866) 0:00:30.009 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.409647", "end": "2024-03-01 17:00:29.785995", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:00:29.376348" } STDERR: + exec + mount -f -l proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=4096k,nr_inodes=447177,mode=755,inode64) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,size=723608k,nr_inodes=819200,mode=755,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,seclabel,nsdelegate,memory_recursiveprot) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,nosuid,noexec,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13921) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=361800k,nr_inodes=90450,mode=700,inode64) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 4.2M 0 4.2M 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 741M 19M 723M 3% /run /dev/xvda1 269G 4.8G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 16:56:44,504 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:56:44,504 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,540 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,541 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 16:56:44,542 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 16:56:44,543 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,575 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,576 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,577 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,578 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:56:44,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,607 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:44,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,637 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,638 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:56:44,667 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,668 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 16:56:44,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,829 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,829 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,829 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:56:44,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,878 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,878 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,878 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:44,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,914 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,914 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,914 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: { 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: , 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: } 2024-03-01 16:56:44,952 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 16:56:45,082 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,083 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,083 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,083 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,083 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:56:45,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,121 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,122 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,183 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,184 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,184 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,216 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:56:45,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,341 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,341 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,341 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,341 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:56:45,384 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,385 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,392 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,392 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,432 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,461 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,462 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:56:45,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,594 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,594 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,594 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:56:45,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,638 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,638 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,639 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,681 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:56:45,710 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,711 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,826 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:56:45,861 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,861 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,861 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,862 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,909 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:56:45,939 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:45,939 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: { 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: , 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: } 2024-03-01 16:56:45,940 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 16:56:46,071 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,072 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,072 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,072 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,072 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,072 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,121 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,121 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:46,148 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,148 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,149 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:56:46,186 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:46,186 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,187 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 16:56:46,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,302 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,302 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,302 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,302 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,303 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,350 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,351 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:46,380 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,381 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:56:46,416 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: , 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,417 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 16:56:46,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:46,539 INFO snapshot-role/MainThread: { 2024-03-01 16:56:46,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:46,539 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:46,539 INFO snapshot-role/MainThread: } 2024-03-01 16:56:46,539 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:56:47,969 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:56:47,969 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:48,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: {"lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,012 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:48,013 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "pv_name":"/dev/sde"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"}, 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE"} 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,014 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,015 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,016 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,016 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:56:48,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,063 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:48,094 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,095 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:56:48,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,127 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:48,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,159 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:48,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,194 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:56:48,226 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,227 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:48,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,257 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,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 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,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 16:56:48,258 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,258 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:56:48,292 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,292 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,292 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,292 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,292 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,293 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:48,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,329 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,330 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:48,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,362 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,394 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,433 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:56:48,472 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,473 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:48,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,502 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:48,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,533 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:56:48,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,565 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,565 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,565 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,566 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:48,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,593 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,593 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,593 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,594 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,623 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:48,652 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,653 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,685 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:56:48,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,715 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:48,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,746 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,747 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:56:48,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,779 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:48,809 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,810 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:48,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,840 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,840 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:56:48,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,870 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,870 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,871 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:48,901 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,902 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:56:48,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,934 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:48,963 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,964 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:48,991 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:48,991 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: { 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: , 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: } 2024-03-01 16:56:48,992 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,027 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:49,057 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,058 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,090 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:49,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,121 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,122 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:49,153 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,153 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,154 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:56:49,185 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,186 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:49,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,217 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,248 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,279 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: { 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: , 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:49,309 INFO snapshot-role/MainThread: } 2024-03-01 16:56:49,310 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:56:50,656 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:56:50,656 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,692 INFO snapshot-role/MainThread: {"lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,693 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "pv_name":"/dev/sde"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"}, 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE"} 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,694 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,695 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: VG: test_vg3 free 562036736 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv5_snapset1 size : 192937984 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv6_snapset1 size : 163577856 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv7_snapset1 size : 67108864 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv8_snapset1 size : 67108864 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: total 3699376128 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: space needed: 554906419.20 space available: 562036736 sufficient space: 1 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: VG: test_vg2 free 2084569088 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv3_snapset1 size : 50331648 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv4_snapset1 size : 96468992 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: total 1111490560 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: space needed: 166723584.00 space available: 2084569088 sufficient space: 1 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: VG: test_vg1 free 788529152 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:56:50,696 INFO snapshot-role/MainThread: LV: lv1_snapset1 size : 75497472 2024-03-01 16:56:50,697 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:56:50,697 INFO snapshot-role/MainThread: LV: lv2_snapset1 size : 243269632 2024-03-01 16:56:50,697 INFO snapshot-role/MainThread: LV: total 2407530496 2024-03-01 16:56:50,697 INFO snapshot-role/MainThread: space needed: 361129574.40 space available: 788529152 sufficient space: 1 2024-03-01 16:56:50,697 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:50,728 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,729 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,730 INFO snapshot-role/MainThread: {"lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "pv_name":"/dev/sde"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE"} 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,731 INFO snapshot-role/MainThread: {"lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,732 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:56:50,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,764 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,795 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:56:50,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,826 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,826 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,827 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,858 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,890 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:56:50,921 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,922 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:50,952 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,953 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:56:50,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:50,983 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:50,983 INFO snapshot-role/MainThread: { 2024-03-01 16:56:50,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: , 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:50,984 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:51,014 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,015 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,043 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,044 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,073 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,104 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,144 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,175 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:51,210 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,211 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:56:51,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,243 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:51,280 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,280 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,281 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:56:51,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,312 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:51,347 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,347 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,348 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:51,376 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,377 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:56:51,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,409 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,410 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:51,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,441 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,472 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,503 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:51,536 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,536 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,537 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:56:51,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,565 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,565 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,565 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,565 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,566 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:51,599 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,599 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,599 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,600 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:56:51,630 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,631 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:51,662 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,662 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,662 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,662 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,663 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:51,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,695 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:56:51,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,725 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,726 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:51,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,761 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:56:51,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,792 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,793 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:51,825 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,826 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:51,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,858 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,859 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:56:51,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,889 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,889 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,890 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:51,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,920 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,920 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,921 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:56:51,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,954 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:51,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,984 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: { 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: { 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: } 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: , 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: } 2024-03-01 16:56:52,013 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:56:53,438 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:56:53,439 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,480 INFO snapshot-role/MainThread: {"lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,481 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "pv_name":"/dev/sde"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"}, 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE"} 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,482 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,484 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,484 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,484 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,484 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,484 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,529 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:53,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,561 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:56:53,591 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,592 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:53,628 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,628 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,628 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,629 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:53,652 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,652 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,652 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,653 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:56:53,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,680 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,680 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,680 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,680 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,681 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,718 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,752 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,790 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,823 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:56:53,854 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,855 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,889 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,919 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,954 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: { 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: , 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: } 2024-03-01 16:56:53,994 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,040 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:54,068 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,069 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:56:54,100 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,101 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:54,131 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,131 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,131 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,132 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:54,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,163 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:56:54,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,194 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:54,227 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,227 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,227 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,228 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:56:54,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,258 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,259 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:54,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,290 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,321 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,322 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:56:54,352 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,353 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:54,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,384 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,415 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:54,446 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,447 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,480 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:56:54,510 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,511 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:54,542 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,542 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,543 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:56:54,577 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,577 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,578 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:54,608 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,609 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:54,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,644 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,644 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,644 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,644 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,645 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,677 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:54,711 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,712 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:56:54,745 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,746 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:54,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,777 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: { 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: , 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: } 2024-03-01 16:56:54,809 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:56:56,211 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:56:56,211 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:56,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: {"lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:56,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"0RYH14-tPq8-fVsN-2Rjy-1IgM-7oBh-PmFVcc"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"F9V8Qk-7h86-2AOz-1CSj-nR8s-5vfU-3wNENJ"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"dYVssB-Hdw8-Tg1n-sjcp-DMlT-J9gU-IhsEMo"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"mk0dlw-E0wh-J3J5-F9nn-G1Fd-Axw0-WlCgvc"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:56:56,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN", "pv_name":"/dev/sde"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"3oJu7A-BXcr-fIAP-GaBk-A7j9-uFZe-2iVJIN"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"}, 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"ZwAAv5-TEhe-reQk-wXdH-Ieyj-ynMZ-v3MNiE"} 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,248 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv", "pv_name":"/dev/sdc"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"VGeJUb-n6UU-AzTA-dI6X-OYUo-2NXl-Lr0EIv"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"kvvgnD-BF7N-hurH-G1M7-ofhk-33Vm-0S4bQh"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,250 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,250 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,250 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,287 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 16:56:56,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,383 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,384 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,384 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,384 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:56:56,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,434 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,532 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,591 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,592 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 16:56:56,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,668 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,668 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,668 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,668 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:56:56,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,710 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,711 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 16:56:56,804 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,805 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,805 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,805 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,805 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:56:56,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,849 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,850 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 16:56:56,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,941 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,941 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,941 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:56:56,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: { 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: , 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: } 2024-03-01 16:56:56,984 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 16:56:57,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:57,082 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:57,082 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,082 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,082 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: , 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,122 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,123 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,221 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: , 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,265 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 16:56:57,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:57,357 INFO snapshot-role/MainThread: { 2024-03-01 16:56:57,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:57,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:57,357 INFO snapshot-role/MainThread: } 2024-03-01 16:56:57,357 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:56:58,771 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:56:58,772 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:56:58,809 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:56:58,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:58,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,812 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,813 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:56:58,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:58,843 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,843 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,843 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,843 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,844 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:58,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,871 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:56:58,898 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,899 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:56:58,930 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,931 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:58,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,965 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: { 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: , 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: } 2024-03-01 16:56:58,999 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,028 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,029 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:59,057 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,058 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,092 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,124 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,161 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:56:59,189 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,190 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:56:59,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,220 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,250 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,287 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,318 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:56:59,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,350 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:56:59,379 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,379 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,380 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:56:59,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,410 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,411 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:59,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,441 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:56:59,470 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,470 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,470 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,470 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,471 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:56:59,499 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,500 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,530 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:56:59,565 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: { 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: , 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: } 2024-03-01 16:56:59,566 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:01,021 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:57:01,021 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,058 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: } 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: { 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:01,059 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: } 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: { 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:01,060 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: } 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: , 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: } 2024-03-01 16:57:01,061 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:02,496 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:57:02,496 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:02,531 INFO snapshot-role/MainThread: {"lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw"} 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,532 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK"} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:02,533 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe", "pv_name":"/dev/sda"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"}, 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe"} 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,534 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:02,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,566 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:02,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,598 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:02,625 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,626 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:02,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,653 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,653 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,654 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,688 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,689 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:02,722 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:02,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,752 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,752 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,752 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,752 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,753 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:02,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,783 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,817 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:02,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,848 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,848 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,849 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,879 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:02,909 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,910 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:02,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,940 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,940 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,941 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:02,971 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: { 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: , 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: } 2024-03-01 16:57:02,972 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:03,002 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:03,002 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,002 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,002 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,002 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,003 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:03,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,034 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,061 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,062 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:03,090 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,091 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:03,123 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,124 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:03,154 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,155 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:03,183 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,184 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,213 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:03,246 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:03,246 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,247 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: { 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:03,269 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: , 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: } 2024-03-01 16:57:03,270 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:30,746 INFO snapshot-role/MainThread: check_cmd: check 2 None None snapset1 0 None 2024-03-01 16:57:30,746 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:30,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,772 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:01,167 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:58:01,168 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,207 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"} 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 16:58:01,209 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 16:58:01,210 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,241 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,242 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,243 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"} 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,244 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,277 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:01,305 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,306 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,336 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 16:58:01,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,492 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,492 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,492 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,492 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,492 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:01,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,535 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,536 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,581 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,582 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,613 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 16:58:01,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,737 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,737 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,737 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,737 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:01,785 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,786 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,787 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,827 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,828 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: , 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,861 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:58:01,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:01,986 INFO snapshot-role/MainThread: { 2024-03-01 16:58:01,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:01,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:01,986 INFO snapshot-role/MainThread: } 2024-03-01 16:58:01,986 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:02,035 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,036 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,077 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,107 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,236 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:02,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,286 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,321 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,351 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:58:02,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,480 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,480 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,480 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,480 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,481 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,525 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,526 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,526 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,526 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,526 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,526 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,555 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,586 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 16:58:02,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,711 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,711 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,711 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:02,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,753 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,754 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,793 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:02,821 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,822 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 16:58:02,944 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,945 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,945 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,945 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,945 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,945 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: { 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: , 2024-03-01 16:58:02,985 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:02,986 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:02,986 INFO snapshot-role/MainThread: } 2024-03-01 16:58:02,987 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,026 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:03,058 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: , 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,059 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 16:58:03,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:03,158 INFO snapshot-role/MainThread: { 2024-03-01 16:58:03,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:03,158 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:03,158 INFO snapshot-role/MainThread: } 2024-03-01 16:58:03,160 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:04,618 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:58:04,619 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,653 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,654 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "pv_name":"/dev/sde"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,655 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT"} 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,656 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,695 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,726 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,760 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,792 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,824 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:04,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,858 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,859 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:04,892 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,893 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,929 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:04,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,960 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: { 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: , 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: } 2024-03-01 16:58:04,992 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:05,021 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,022 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,054 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,055 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,086 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,119 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,150 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:05,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,187 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,223 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:05,251 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,252 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,284 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:05,314 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,315 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,344 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,374 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,404 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,433 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,465 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:05,492 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,493 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:05,525 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,526 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:05,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,558 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:05,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,594 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:05,624 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,625 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,656 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,688 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:05,718 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,719 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,755 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,755 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,789 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,824 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,853 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,882 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:05,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,912 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,912 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,912 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,913 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:05,942 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: { 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: , 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: } 2024-03-01 16:58:05,943 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: list_cmd: 0 list None None snapset1 None 2024-03-01 16:58:07,353 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,389 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:07,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "pv_name":"/dev/sde"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:07,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: { 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT"} 2024-03-01 16:58:07,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: , 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: } 2024-03-01 16:58:07,393 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5 -P 2024-03-01 16:58:07,395 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,396 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5_snapset1 -P 2024-03-01 16:58:07,398 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,398 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 16:58:07,400 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,400 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6_snapset1 -P 2024-03-01 16:58:07,402 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,402 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7 -P 2024-03-01 16:58:07,404 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,404 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 16:58:07,407 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,407 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8 -P 2024-03-01 16:58:07,409 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,409 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8_snapset1 -P 2024-03-01 16:58:07,411 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,411 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3 -P 2024-03-01 16:58:07,413 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,413 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 16:58:07,415 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,416 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4 -P 2024-03-01 16:58:07,418 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,418 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 16:58:07,420 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,420 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1 -P 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,422 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 16:58:07,424 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,425 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2 -P 2024-03-01 16:58:07,427 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,427 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 16:58:07,429 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:58:07,432 INFO snapshot-role/MainThread: exit code: 0: [] 2024-03-01 16:58:08,822 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:58:08,822 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"2MU6fg-fG7g-F384-lZnA-0m3u-io5q-cCJBdJ"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"Gh091J-ncVM-Y0Wb-I4VV-tkIL-QYyF-l0oZIY"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ceEdkS-g1Lg-iDYH-EG8V-XVeo-lh6b-W839vm"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"mheteC-OvJH-Xbmg-YCnP-LhxD-uFUo-PlBKuV"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:08,865 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ", "pv_name":"/dev/sde"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"ND1QPk-2yWc-x7aC-SxV5-D7D2-X7KL-V9ZbAZ"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"RRQ8jH-1XVt-H6rH-ALXn-hBT0-u2VV-NJyuoW"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:08,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"0fK9sa-hYdS-eT3i-Z0Vy-XA75-ZtkD-5dwqmC"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:08,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"bj0P1L-CGti-3u2W-hanL-d1sn-Yyy7-Yy86DT"} 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,868 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:58:08,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: { 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: , 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: } 2024-03-01 16:58:08,905 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 16:58:09,010 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,011 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,011 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,011 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,011 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,011 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,063 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,063 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,063 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 16:58:09,149 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,150 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,150 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,150 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,150 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:58:09,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,188 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 16:58:09,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,303 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,303 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,303 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,303 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:58:09,345 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,346 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 16:58:09,447 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,448 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,448 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,448 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,448 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:58:09,493 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,494 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,495 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 16:58:09,587 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,588 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,588 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,588 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,588 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,588 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,633 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,634 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,710 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:09,753 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,754 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:58:09,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,832 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,832 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,832 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,832 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,876 INFO snapshot-role/MainThread: , 2024-03-01 16:58:09,877 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,877 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,877 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,877 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 16:58:09,974 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:09,974 INFO snapshot-role/MainThread: { 2024-03-01 16:58:09,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:09,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:09,974 INFO snapshot-role/MainThread: } 2024-03-01 16:58:09,975 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:11,460 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:58:11,460 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:11,497 INFO snapshot-role/MainThread: {"lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdh"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz", "pv_name":"/dev/sdi"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f", "pv_name":"/dev/sdg"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM"} 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:58:11,498 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa"} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: {"lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt", "pv_name":"/dev/sda"} 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"}, 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt"} 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,500 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,528 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,557 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,594 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,625 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,663 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,695 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,731 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,763 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,794 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:58:11,827 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,828 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,859 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,891 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:58:11,916 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,917 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,945 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: { 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: , 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: } 2024-03-01 16:58:11,974 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:58:12,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,004 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:58:12,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,034 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:58:12,064 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:12,064 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,064 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,065 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:12,098 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,098 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,099 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:12,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,127 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:12,155 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,156 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,185 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:12,217 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,218 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:58:12,245 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: { 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: , 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: } 2024-03-01 16:58:12,246 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:00,751 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:59:00,751 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,786 INFO snapshot-role/MainThread: {"lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdi"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdh"} 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"} 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R"} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,788 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sda"}, 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP"} 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 16:59:00,789 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 16:59:00,790 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: {"lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,826 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdi"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdh"} 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"} 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: {"lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R"} 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sda"}, 2024-03-01 16:59:00,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP"} 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,829 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:59:00,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,863 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,894 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:59:00,924 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: { 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: , 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: } 2024-03-01 16:59:00,925 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 16:59:01,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,065 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,065 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,065 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,065 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:59:01,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,104 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,104 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,105 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,165 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,197 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 16:59:01,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,333 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,333 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,333 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:59:01,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,391 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,426 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,427 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,427 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,457 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:59:01,581 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,582 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,582 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,582 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,582 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,582 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:59:01,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,633 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,634 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,669 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,699 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:59:01,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,824 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,824 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,824 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:01,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,863 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,863 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,864 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:01,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,907 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:59:01,936 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:01,936 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:01,936 INFO snapshot-role/MainThread: { 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: , 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: } 2024-03-01 16:59:01,937 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:59:02,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,059 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,059 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,059 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:02,107 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,108 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,109 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,109 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:02,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,141 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,172 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 16:59:02,300 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,301 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,301 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,301 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,301 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:02,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,342 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,343 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,345 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,345 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,346 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,346 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,347 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,347 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,348 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,377 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,409 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 16:59:02,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,531 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,531 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,531 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:02,576 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,577 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:02,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,617 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:02,650 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:02,650 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,650 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:02,650 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,650 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: , 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,651 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 16:59:02,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:02,768 INFO snapshot-role/MainThread: { 2024-03-01 16:59:02,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:02,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:02,768 INFO snapshot-role/MainThread: } 2024-03-01 16:59:02,769 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:04,161 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:59:04,161 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,200 INFO snapshot-role/MainThread: {"lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdi"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdh"} 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:04,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X"} 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx", "pv_name":"/dev/sde"}, 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:04,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R"} 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sda"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV"}, 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8"}, 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP"} 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,204 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,239 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:04,270 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,270 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,271 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:59:04,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,302 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,302 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,302 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,302 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,303 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:59:04,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,333 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,333 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,334 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:59:04,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,365 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:59:04,402 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,403 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:04,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,431 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,432 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:59:04,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,462 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,463 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:59:04,498 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,499 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:59:04,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,530 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:59:04,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,561 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:04,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,592 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,592 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,593 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:04,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,624 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:59:04,656 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,687 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,721 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:04,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,762 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:59:04,795 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,796 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:59:04,834 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,835 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:59:04,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,867 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:04,900 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,900 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,901 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,929 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,930 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:59:04,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,961 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,996 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:59:05,027 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,027 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,028 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:05,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,058 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,059 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:05,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,093 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:59:05,125 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,126 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:59:05,153 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,153 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,153 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,153 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,153 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,154 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:59:05,184 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,184 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,185 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:05,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,218 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,219 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:05,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,249 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,249 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,250 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,281 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:05,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,311 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,312 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:05,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,342 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,343 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:05,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,375 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:05,408 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,409 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:05,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,440 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,440 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,440 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,441 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:05,471 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,472 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:05,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,503 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:06,875 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:06,875 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:59:06,875 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:06,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: { 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: { 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: } 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: , 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: } 2024-03-01 16:59:06,907 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:06,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: { 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: { 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: } 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: , 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: } 2024-03-01 16:59:06,938 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 16:59:07,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:07,002 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:08,369 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:08,369 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:59:08,369 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:08,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: , 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,401 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:08,431 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: , 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,432 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 16:59:09,840 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 16:59:09,840 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 16:59:09,840 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: { 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: { 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: } 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: , 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: } 2024-03-01 16:59:09,872 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: { 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: { 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: } 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: , 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:09,904 INFO snapshot-role/MainThread: } 2024-03-01 16:59:09,905 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 16:59:09,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:09,954 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:11,311 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 16:59:11,311 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 16:59:11,311 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:11,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,343 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:11,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,374 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:11,374 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,375 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 16:59:11,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,397 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:12,753 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 16:59:12,753 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 16:59:12,753 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: { 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: { 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: } 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: , 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: } 2024-03-01 16:59:12,787 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 16:59:12,817 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:12,817 INFO snapshot-role/MainThread: { 2024-03-01 16:59:12,817 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:12,817 INFO snapshot-role/MainThread: { 2024-03-01 16:59:12,817 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: } 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: , 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: } 2024-03-01 16:59:12,818 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 16:59:12,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:12,840 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:14,254 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:14,254 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 16:59:14,254 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: { 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: { 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: } 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: , 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: } 2024-03-01 16:59:14,287 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:14,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:14,318 INFO snapshot-role/MainThread: { 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: { 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: } 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: , 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: } 2024-03-01 16:59:14,319 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 16:59:14,321 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:14,322 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 16:59:14,322 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:15,713 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 16:59:15,713 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-03-01 16:59:15,713 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:15,744 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: { 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: { 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: } 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: , 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: } 2024-03-01 16:59:15,745 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:15,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: { 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: { 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: } 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: , 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: } 2024-03-01 16:59:15,776 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 16:59:15,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:15,779 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 16:59:15,779 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:17,211 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 16:59:17,212 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-03-01 16:59:17,212 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:17,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: { 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: { 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: } 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: , 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: } 2024-03-01 16:59:17,244 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: { 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: { 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: } 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: , 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: } 2024-03-01 16:59:17,275 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 16:59:17,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:17,278 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 16:59:17,278 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:18,645 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 16:59:18,645 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-03-01 16:59:18,645 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:18,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: { 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: { 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: } 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: , 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: } 2024-03-01 16:59:18,678 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 16:59:18,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:18,710 INFO snapshot-role/MainThread: { 2024-03-01 16:59:18,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:18,710 INFO snapshot-role/MainThread: { 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: , 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:18,711 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 16:59:18,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:18,713 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 16:59:18,714 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:20,139 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:59:20,139 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 16:59:20,139 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:20,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: { 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: { 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: } 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: , 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: } 2024-03-01 16:59:20,173 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 16:59:20,204 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: { 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: { 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: } 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: , 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: } 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 16:59:20,205 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 16:59:20,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:20,216 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:21,689 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:59:21,689 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 16:59:21,689 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:21,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,723 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,724 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 16:59:21,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: { 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: , 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: } 2024-03-01 16:59:21,755 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 16:59:23,201 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 16:59:23,202 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 16:59:23,202 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:23,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,233 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,234 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 16:59:23,264 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,264 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: { 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: , 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: } 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 16:59:23,265 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 16:59:23,274 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:23,274 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:24,771 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 16:59:24,771 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 16:59:24,771 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: { 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: { 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: } 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: , 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: } 2024-03-01 16:59:24,803 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: { 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: { 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: } 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: , 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: } 2024-03-01 16:59:24,835 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 16:59:24,836 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 16:59:24,844 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:24,844 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:26,297 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 16:59:26,297 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 16:59:26,297 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 16:59:26,297 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 16:59:26,310 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:26,310 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:27,873 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:59:27,873 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 16:59:27,876 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:59:27,876 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:29,451 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 16:59:29,451 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv2_mp -P 2024-03-01 16:59:29,454 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:59:29,454 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:30,897 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 16:59:30,897 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 16:59:30,900 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:59:30,900 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:32,356 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp lv6 test_vg3 None 2024-03-01 16:59:32,356 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv6_mp -P 2024-03-01 16:59:32,358 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 16:59:32,359 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:33,787 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:59:33,787 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdi"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdh"} 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"GZHSfK-zv8S-XxnL-7SKv-nK3x-dW82-RBHJIX"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"Tzv22y-yQIo-ke4F-x70t-yync-0qx2-eppuL1"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"rQBtm3-1djX-NENP-RR0f-ADKw-UkKt-1mxOgu"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:33,827 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"zhgzbF-SREG-Hzcm-aFhg-ooqB-kM6c-JwvD3X"} 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx", "pv_name":"/dev/sde"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"b07BNZ-Q9Jq-y8r1-862c-MdOj-16wP-4aVTbR"}, 2024-03-01 16:59:33,828 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"gPYShe-0CN0-v8gS-kwWh-10zc-rcp2-aduIHx"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R"} 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sda"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:33,829 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"BqOVm5-Cceu-yoLQ-MNq0-jkVT-FAcB-Mz9LqV"}, 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Kv3Lf9-leii-pJPH-Ge5T-IVX9-SSM3-iqCSk8"}, 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP"} 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,830 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:59:33,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,860 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 16:59:33,951 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:33,952 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,952 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:33,952 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,952 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,952 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:59:33,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:33,995 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: { 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: , 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: } 2024-03-01 16:59:33,996 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 16:59:34,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,092 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,092 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,092 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,092 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,093 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:59:34,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,139 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,140 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 16:59:34,231 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,232 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,232 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,232 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,232 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,232 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:59:34,281 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,282 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,283 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 16:59:34,386 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,387 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,387 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,387 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,387 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:59:34,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,432 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,434 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,434 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,434 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,435 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,667 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:59:34,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,710 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,711 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 16:59:34,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,789 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,789 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,789 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,789 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,789 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,836 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:59:34,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,921 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,921 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,921 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,921 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:59:34,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: { 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: , 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:34,965 INFO snapshot-role/MainThread: } 2024-03-01 16:59:34,966 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 16:59:35,067 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:35,068 INFO snapshot-role/MainThread: { 2024-03-01 16:59:35,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:35,068 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:35,068 INFO snapshot-role/MainThread: } 2024-03-01 16:59:35,068 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:36,528 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:59:36,528 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:36,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,561 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdi"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv", "pv_name":"/dev/sdh"} 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe"} 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,562 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R"} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb", "pv_name":"/dev/sda"}, 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:36,563 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb"}, 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP"} 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,564 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:59:36,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,590 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,590 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,591 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,624 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:59:36,660 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,661 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:59:36,693 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,694 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,729 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,730 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,763 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:59:36,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,800 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,831 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,862 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,862 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,862 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:59:36,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,891 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,891 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,892 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:59:36,922 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,923 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,955 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:59:36,984 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: { 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: , 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: } 2024-03-01 16:59:36,985 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,017 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,052 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,053 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:59:37,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,084 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:59:37,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,114 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:59:37,143 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:37,143 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,144 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:37,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,171 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,172 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,203 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:37,235 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,236 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:59:37,264 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,265 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,301 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:59:37,329 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:37,329 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,329 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:37,329 INFO snapshot-role/MainThread: { 2024-03-01 16:59:37,329 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: , 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: } 2024-03-01 16:59:37,330 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:00:17,708 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "xxxxx", "percent_space_required": 20}]} 2024-03-01 17:00:17,708 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'xxxxx', 'percent_space_required': 20}]} 2024-03-01 17:00:17,708 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:00:17,708 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:00:17,708 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:00:17,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: { 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: { 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:17,739 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 17:00:17,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: } 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: , 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: } 2024-03-01 17:00:17,739 INFO snapshot-role/MainThread: Running... lvs test_vg1/xxxxx 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: { 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: { 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: } 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: , 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: } 2024-03-01 17:00:17,770 INFO snapshot-role/MainThread: exit code: 20: ['source logical volume in snapset does not exist: test_vg1/xxxxx'] + cat /etc/lvm/devices/system.devices # LVM uses devices listed in this file. # Created by LVM command lvmdevices pid 33216 at Fri Mar 1 17:00:25 2024 PRODUCT_UUID=ec23fe3a-b361-c4a2-0e7a-14cdc3a6faea VERSION=1.1.109 ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="e61ef7e0" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" TYPE="xfs" PARTUUID="e61ef7e0-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="a4d9efbc-be36-4c5f-99af-596afd10159d" FSSIZE="4226809856" FSLASTBLOCK="1048320" FSBLOCKSIZE="4096" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="e61ef7e0-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" 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="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" 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" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 16:56:19,630 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8aoi_cdu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:22,863 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_yl_kw3is/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:27,115 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_a3ohix7p/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:27,230 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,230 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:27,308 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:27,309 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:56:27,309 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:27,309 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:27,314 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,314 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:27,318 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,318 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:27,321 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,321 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:27,323 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,324 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:27,332 INFO program/MainThread: stdout: 2024-03-01 16:56:27,332 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:27,332 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:27,332 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:27,332 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,332 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:27,333 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,333 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,333 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:27,333 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,333 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:27,334 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:27,334 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,347 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,360 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:56:27,365 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:56:27,365 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:56:27,365 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:27,393 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:27,393 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:27,393 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:27,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,405 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:27,407 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:56:27,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:27,412 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:27,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:27,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:27,416 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:27,419 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:27,419 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:56:27,422 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:56:27,423 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,424 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:27,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcf3708e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:56:27,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:27,427 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:27,431 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:56:27,431 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:56:27,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,442 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:27,442 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:27,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:27,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:27,445 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:27,448 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:27,449 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:56:27,452 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:56:27,452 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,452 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:27,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdfc3a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:56:27,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:27,456 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:27,459 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:56:27,459 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:56:27,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:27,470 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:27,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:27,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:27,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:27,476 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:27,477 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:56:27,480 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:56:27,480 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,480 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:27,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdfc3ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:56:27,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:27,484 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:27,487 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:56:27,487 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:56:27,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:27,498 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:27,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:27,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:27,501 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:27,504 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:27,504 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:56:27,507 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:56:27,507 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,507 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:27,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdffdf70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:56:27,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:27,511 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:27,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:56:27,514 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:56:27,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,524 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:27,525 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:27,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:27,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:27,528 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:27,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:27,531 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:56:27,533 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:56:27,534 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,534 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:27,534 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf8d3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:56:27,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:27,537 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:27,540 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:56:27,541 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:56:27,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,551 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:27,552 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:27,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:27,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:27,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:27,557 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:27,558 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:56:27,560 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:56:27,561 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,561 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:27,561 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdfc3460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:56:27,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:27,564 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:27,567 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:56:27,567 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:56:27,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,577 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:27,578 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:27,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:27,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:27,581 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:27,584 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:27,584 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:56:27,587 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:56:27,587 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,587 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:27,587 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf86b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:56:27,590 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:27,590 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:27,593 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:56:27,593 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:56:27,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,604 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:27,604 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:27,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:27,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:27,607 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:27,610 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:27,610 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:56:27,613 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:56:27,613 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,614 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:27,614 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf86fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:56:27,617 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:27,617 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:27,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:56:27,620 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:56:27,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,630 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:27,631 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:27,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:27,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:27,634 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:27,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:27,637 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:56:27,639 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:56:27,640 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,640 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:27,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf939a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:56:27,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:27,643 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:27,646 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:56:27,646 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:56:27,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,657 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:27,657 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:27,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:27,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:27,660 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:27,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:27,663 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:56:27,666 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:56:27,666 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,667 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:27,667 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf934f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:56:27,670 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:27,670 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:27,673 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:56:27,673 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:56:27,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,684 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:27,684 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:27,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:27,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:27,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:27,690 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:27,690 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:56:27,693 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:56:27,693 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,694 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:27,694 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf8d370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:56:27,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:27,697 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:27,700 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:56:27,700 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:56:27,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,710 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:27,711 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:27,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:27,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:27,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:27,716 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:27,717 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:56:27,719 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:56:27,720 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,720 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:27,720 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf90730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:56:27,723 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:27,723 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:27,726 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:56:27,726 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:27,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:27,736 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:27,736 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:27,736 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:27,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:27,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:27,739 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:27,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:27,742 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:27,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:27,745 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:27,745 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:27,745 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8bcdf9d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:56:27,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:27,752 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:27,752 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:27,755 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:27,755 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:27,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:27,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:27,764 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:27,767 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:27,769 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:27,776 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 0x7f8bcdf83800> 2024-03-01 16:56:27,820 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:27,824 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:27,824 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:27,827 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:56:27,828 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:27,828 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:27,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,836 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:27,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,854 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:56:27,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:27,878 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:27,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:27,880 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:27,883 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:27,884 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:27,886 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:27,887 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,887 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:27,890 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:27,893 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:27,895 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:27,898 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:27,901 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:27,901 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,901 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:27,902 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:27,901 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8bcdfa1fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f8bcdfb53b0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:27,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:27,908 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:27,908 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:27,911 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:27,911 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:27,914 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,914 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:27,917 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,917 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:27,919 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:27,919 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:27,922 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:27,923 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:27,925 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:27,925 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:27,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,938 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,952 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:27,952 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:27,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,964 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:27,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:27,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,984 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:27,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,994 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:27,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:28,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:56:28,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:28,004 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:56:28,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:56:28,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:28,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:56:28,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:56:28,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:56:28,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:56:31,108 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_x6b225_a/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:31,143 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,144 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:31,146 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:31,147 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:56:31,147 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:31,147 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:31,151 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,151 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:31,155 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,155 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:31,158 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,158 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:31,161 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:31,161 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:31,168 INFO program/MainThread: stdout: 2024-03-01 16:56:31,168 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:31,168 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,168 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,168 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:31,169 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:31,169 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,169 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:31,169 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:31,169 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:31,170 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:31,170 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:31,170 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:31,170 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:31,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,181 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,194 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:56:31,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:56:31,198 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:56:31,199 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:31,230 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:31,230 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:31,230 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:31,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,242 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:31,244 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:56:31,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:31,249 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:31,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:31,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:31,252 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:31,256 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:31,256 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:56:31,259 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:56:31,259 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,260 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:31,260 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ad0c18e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:56:31,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:31,263 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:31,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:56:31,266 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:56:31,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,277 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:31,278 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:31,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:31,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:31,281 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:31,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:31,284 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:56:31,287 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:56:31,287 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,288 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:31,288 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac503a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:56:31,291 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:31,291 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:31,294 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:56:31,294 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:56:31,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,305 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:31,305 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:31,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:31,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:31,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:31,311 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:31,311 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:56:31,314 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:56:31,315 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,315 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:31,315 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac503ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:56:31,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:31,318 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:31,321 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:56:31,321 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:56:31,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:31,332 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:31,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:31,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:31,335 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:31,338 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:31,338 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:56:31,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:56:31,342 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,342 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:31,342 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac53ef70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:56:31,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:31,345 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:31,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:56:31,348 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:56:31,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,359 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:31,359 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:31,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:31,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:31,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:31,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:31,365 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:56:31,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:56:31,368 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,369 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:31,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4ce3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:56:31,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:31,372 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:31,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:56:31,375 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:56:31,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,385 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:31,386 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:31,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:31,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:31,389 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:31,392 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:31,392 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:56:31,395 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:56:31,395 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,396 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:31,396 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac503460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:56:31,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:31,399 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:31,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:56:31,402 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:56:31,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:31,413 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:31,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:31,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:31,416 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:31,418 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:31,419 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:56:31,422 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:56:31,422 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,422 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:31,422 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4c3b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:56:31,425 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:31,425 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:31,428 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:56:31,428 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:56:31,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,439 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:31,440 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:31,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:31,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:31,443 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:31,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:31,446 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:56:31,448 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:56:31,449 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,449 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:31,449 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4c3fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:56:31,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:31,452 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:31,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:56:31,455 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:56:31,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:31,466 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:31,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:31,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:31,469 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:31,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:31,472 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:56:31,475 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:56:31,475 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,475 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:31,475 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4d59a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:56:31,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:31,478 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:31,481 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:56:31,481 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:56:31,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,492 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:31,492 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:31,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:31,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:31,495 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:31,498 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:31,498 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:56:31,501 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:56:31,501 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,501 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:31,501 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4d54f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:56:31,504 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:31,504 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:31,507 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:56:31,507 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:56:31,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,518 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:31,518 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:31,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:31,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:31,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:31,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:31,524 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:56:31,527 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:56:31,527 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,528 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:31,528 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4ce370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:56:31,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:31,531 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:31,533 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:56:31,534 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:56:31,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,544 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:31,544 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:31,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:31,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:31,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:31,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:31,550 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:56:31,553 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:56:31,553 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,554 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:31,554 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4db730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:56:31,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:31,557 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:31,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:56:31,560 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:31,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,569 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:31,569 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:31,569 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:31,569 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:31,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:31,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:31,572 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:31,575 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:31,575 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:31,578 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:31,578 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:31,578 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:31,578 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa8ac4dd490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:56:31,581 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:31,584 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:31,585 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:31,588 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:31,588 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:31,591 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,591 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:31,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:31,597 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:31,599 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:31,602 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:31,608 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 0x7fa8ae4f3240> 2024-03-01 16:56:31,645 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:31,648 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:31,649 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:31,652 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:56:31,652 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:31,652 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:31,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,660 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:31,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,678 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:56:31,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:31,701 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:31,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:31,704 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:31,707 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:31,707 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:31,710 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:31,710 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:31,710 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:31,713 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:31,716 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:31,719 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:31,721 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:31,724 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:31,725 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:31,725 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:31,725 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:31,725 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa8ac4e2fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fa8acd60cc0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:31,728 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:31,731 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:31,731 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:31,734 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:31,734 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:31,737 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,737 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:31,740 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,740 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:31,742 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:31,742 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:31,745 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,745 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:31,748 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,748 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:31,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,761 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,774 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:31,775 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:31,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,786 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:31,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,796 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:31,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,806 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:31,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,816 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:31,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,826 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:56:31,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,836 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:31,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,846 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:56:31,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:56:31,852 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:56:31,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:56:31,857 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:56:31,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:56:31,862 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:56:31,864 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,865 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:56:31,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:31,868 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:31,868 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:31,871 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,871 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:31,874 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,874 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:56:31,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:56:31,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:31,877 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:31,879 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,880 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:31,882 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,882 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:56:31,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:56:31,885 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:31,885 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:31,888 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,888 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:31,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:31,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:31,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:31,902 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:31,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:31,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:31,913 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:56:31,913 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:31,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,924 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:56:31,925 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,926 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,926 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 16:56:31,926 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,927 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,929 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,929 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:56:31,932 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:56:31,935 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:31,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:56:31,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:31,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:31,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:56:31,951 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,952 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,952 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:56:31,952 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:56:32,018 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:56:32,018 INFO program/MainThread: stderr[4]: 2024-03-01 16:56:32,018 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:32,019 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:56:32,019 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:56:32,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,024 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,035 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:56:32,035 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:32,036 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:56:32,036 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 16:56:32,036 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:32,037 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:56:32,039 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,040 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:56:32,042 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:56:32,046 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:56:32,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:56:32,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:56:32,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:56:32,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:56:32,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:56:32,061 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:56:32,062 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:32,062 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:56:32,062 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:56:32,063 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:56:32,063 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:56:32,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,066 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,076 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:56:32,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:56:32,082 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:56:32,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:56:32,087 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:56:32,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:56:32,092 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:56:32,094 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,094 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:56:32,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:56:32,097 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:32,097 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:56:32,100 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,100 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:56:32,103 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,103 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:56:32,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:56:32,106 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:32,106 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:56:32,109 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,109 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:56:32,111 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,112 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:56:32,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:56:32,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:32,115 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:56:32,117 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,117 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:56:32,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:56:32,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:56:32,124 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:56:32,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:56:32,130 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:56:32,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:56:32,137 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:56:32,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:56:32,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:56:32,141 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:56:32,141 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:56:32,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,153 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:56:32,154 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,154 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:56:32,154 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:56:32,155 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,155 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:56:32,158 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,158 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:56:32,160 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:56:32,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:56:32,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:56:32,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:56:32,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:56:32,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:56:32,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:56:32,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:56:32,179 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,180 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:56:32,180 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:56:32,180 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:56:32,180 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:56:32,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,184 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,195 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:56:32,195 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,196 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:56:32,196 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 16:56:32,196 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,197 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:56:32,199 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,199 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:56:32,202 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:56:32,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:56:32,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:56:32,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:56:32,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:56:32,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:56:32,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:56:32,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:56:32,221 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:56:32,222 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:56:32,222 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:56:32,222 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:56:32,222 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:56:32,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,226 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,236 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:56:32,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:56:32,241 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:56:32,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:56:32,246 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:56:32,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:56:32,251 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:56:32,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:56:32,256 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:56:32,259 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,259 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:56:32,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:56:32,262 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:32,262 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:56:32,265 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,265 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:56:32,268 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,268 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:56:32,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:56:32,271 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:32,271 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:56:32,273 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,273 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:56:32,277 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,277 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:56:32,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:56:32,280 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:32,280 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:56:32,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,283 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:56:32,285 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:32,285 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:56:32,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:56:32,288 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:32,288 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:56:32,291 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:56:32,291 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:56:32,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:56:32,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:56:32,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:56:32,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:56:32,305 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:56:32,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:56:32,311 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:56:32,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:56:32,318 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:56:32,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:56:32,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:56:32,322 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:56:32,322 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:56:32,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,335 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:56:32,335 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,336 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:56:32,336 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 16:56:32,336 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,337 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:56:32,339 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,339 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:56:32,342 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:56:32,346 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:56:32,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:56:32,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:56:32,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:56:32,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:56:32,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:56:32,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:56:32,362 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,362 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:56:32,362 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:56:32,362 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:56:32,362 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:56:32,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,366 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,377 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:56:32,378 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,378 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:56:32,378 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 16:56:32,379 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,379 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:56:32,382 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,382 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:56:32,384 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:56:32,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:56:32,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:56:32,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:56:32,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:56:32,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:56:32,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:56:32,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:56:32,404 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,405 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:56:32,405 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:56:32,405 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:56:32,405 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:56:32,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,409 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,420 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:56:32,420 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,421 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:56:32,421 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 16:56:32,422 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,422 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:56:32,425 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,425 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:56:32,427 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:56:32,431 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:56:32,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:56:32,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:56:32,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:56:32,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:56:32,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:56:32,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:56:32,447 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,448 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:56:32,448 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:56:32,448 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:56:32,448 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:56:32,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,451 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:32,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:32,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:32,462 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:56:32,463 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,464 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:56:32,464 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 16:56:32,464 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,465 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:56:32,468 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,468 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:56:32,470 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:32,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:56:32,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:56:32,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:56:32,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:56:32,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:56:32,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:56:32,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:56:32,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:56:32,490 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:56:32,491 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:56:32,491 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:56:32,491 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:56:32,491 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:56:32,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:56:32,495 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,496 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:56:32,497 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,498 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,499 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,499 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:56:32,501 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:56:32,503 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:32,506 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:32,508 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:56:32,509 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:56:32,511 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:32,511 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 0x7fa8ac3cd040> 2024-03-01 16:56:32,511 INFO blivet/MainThread: sorting actions... 2024-03-01 16:56:32,543 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:56:32,543 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:56:32,544 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:56:32,544 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:56:32,544 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:56:32,545 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:56:32,545 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:56:32,545 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:32,546 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:32,546 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:32,546 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:56:32,547 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:56:32,547 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:56:32,547 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:56:32,548 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:56:32,548 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,548 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:32,549 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,549 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:32,550 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,550 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:32,550 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,551 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:32,551 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:56:32,551 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:56:32,552 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:56:32,552 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:56:32,552 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,553 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:32,553 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,554 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:32,554 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:32,554 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:32,555 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:32,555 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:32,555 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,556 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:32,556 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,557 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,557 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:56:32,559 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,562 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:56:32,562 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:56:32,569 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,592 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,604 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,605 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:56:32,608 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,611 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:56:32,611 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:56:32,616 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,642 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,654 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,655 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:56:32,658 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,661 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:56:32,661 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:56:32,666 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,688 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,700 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,701 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:56:32,704 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,707 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:56:32,707 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:56:32,712 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,712 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,739 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,751 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,752 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:56:32,756 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,758 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:56:32,758 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:56:32,763 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,764 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,788 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,800 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,801 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:56:32,804 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,807 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:56:32,807 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:56:32,812 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,812 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,838 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,853 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:56:32,856 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,859 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:56:32,859 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:56:32,864 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,887 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,887 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,899 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,900 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:32,903 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,906 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:56:32,906 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:56:32,911 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,936 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,949 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,950 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:32,954 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,956 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:56:32,956 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:56:32,962 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,988 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,989 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,002 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,003 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:33,007 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:33,009 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:56:33,009 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:56:33,015 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,036 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,048 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,049 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:56:33,052 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,055 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,057 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,057 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:56:33,058 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:33,058 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:33,101 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 16:56:33,102 INFO program/MainThread: stderr[5]: 2024-03-01 16:56:33,102 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:33,102 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,110 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:56:33,110 INFO program/MainThread: stderr[6]: 2024-03-01 16:56:33,110 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:33,110 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:56:33,139 INFO program/MainThread: stdout[7]: 2024-03-01 16:56:33,139 INFO program/MainThread: stderr[7]: 2024-03-01 16:56:33,139 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:33,140 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:56:33,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,149 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,153 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:33,153 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:56:33,154 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:56:33,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,163 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,187 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,188 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:56:33,191 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,194 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,196 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,196 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:56:33,197 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:33,197 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:33,229 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:56:33,230 INFO program/MainThread: stderr[8]: 2024-03-01 16:56:33,230 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:33,230 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,242 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:56:33,242 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:33,242 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:33,242 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:56:33,269 INFO program/MainThread: stdout[10]: 2024-03-01 16:56:33,269 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:33,269 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:33,270 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:56:33,270 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,282 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:33,286 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:56:33,287 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:56:33,296 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,319 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,320 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:56:33,323 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,326 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,328 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,328 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:56:33,328 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:33,329 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:33,361 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:56:33,362 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:33,362 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:33,362 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,374 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:56:33,374 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:33,374 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:33,374 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:56:33,406 INFO program/MainThread: stdout[13]: 2024-03-01 16:56:33,407 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:33,407 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:33,407 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:56:33,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,419 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,423 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:33,423 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:56:33,424 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:56:33,433 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,455 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,456 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:56:33,459 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,462 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,465 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,465 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:56:33,465 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:33,465 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:33,503 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:56:33,504 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:33,504 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:33,504 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,515 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:56:33,515 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:33,515 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:33,515 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:56:33,541 INFO program/MainThread: stdout[16]: 2024-03-01 16:56:33,541 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:33,541 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:33,541 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:56:33,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,555 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,559 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:33,559 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:56:33,560 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:56:33,569 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,591 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,592 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:56:33,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:56:33,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:56:33,600 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,603 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,606 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,608 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,611 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,614 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,616 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,619 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:56:33,622 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,677 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:56:33,678 INFO program/MainThread: stderr[17]: 2024-03-01 16:56:33,678 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:56:33,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:33,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:56:33,723 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,728 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,756 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,773 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,794 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,803 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,818 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:56:33,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:56:33,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,836 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,837 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:56:33,845 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,856 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,857 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:33,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:56:33,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:56:33,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:33,869 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:56:33,872 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,875 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,878 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,881 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,884 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,887 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,890 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:33,893 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:56:33,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,906 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:56:33,911 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,940 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 16:56:33,940 INFO program/MainThread: stderr[18]: 2024-03-01 16:56:33,940 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:56:33,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:56:33,944 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:33,996 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:56:33,997 INFO program/MainThread: stderr[19]: 2024-03-01 16:56:33,997 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:56:34,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:34,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:56:34,016 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:34,016 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,053 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:56:34,064 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:56:34,064 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:34,073 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,090 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,091 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:56:34,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:34,097 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:56:34,100 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:56:34,100 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:56:34,288 INFO program/MainThread: stdout: 2024-03-01 16:56:34,288 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:56:34,288 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:34,288 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:34,288 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:34,288 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:56:34,288 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:34,288 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:34,288 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:34,289 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:34,289 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:34,289 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,289 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:56:34,313 INFO program/MainThread: stdout: 2024-03-01 16:56:34,313 INFO program/MainThread: writing all SBs 2024-03-01 16:56:34,313 INFO program/MainThread: new label = "" 2024-03-01 16:56:34,313 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,331 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:56:34,335 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:34,336 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:34,345 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,362 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,363 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:34,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:56:34,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:56:34,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:34,373 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:34,404 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 16:56:34,405 INFO program/MainThread: stderr[20]: 2024-03-01 16:56:34,405 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:56:34,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:56:34,409 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:34,489 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:56:34,490 INFO program/MainThread: stderr[21]: 2024-03-01 16:56:34,490 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:56:34,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:34,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:56:34,509 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:56:34,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,546 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:56:34,551 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:56:34,551 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:56:34,561 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:34,577 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:34,578 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:56:34,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:34,584 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:56:34,587 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:56:34,587 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:56:35,307 INFO program/MainThread: stdout: 2024-03-01 16:56:35,307 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:56:35,307 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:35,307 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:35,308 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:35,308 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:56:35,308 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:35,308 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:35,308 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:35,308 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:35,308 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:35,308 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,308 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:56:35,323 INFO program/MainThread: stdout: 2024-03-01 16:56:35,324 INFO program/MainThread: writing all SBs 2024-03-01 16:56:35,324 INFO program/MainThread: new label = "" 2024-03-01 16:56:35,324 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,324 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,349 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:56:35,354 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:56:35,355 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:56:35,364 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,364 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,381 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,382 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:35,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:56:35,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:56:35,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:35,392 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:35,426 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 16:56:35,426 INFO program/MainThread: stderr[22]: 2024-03-01 16:56:35,426 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:56:35,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:56:35,430 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:35,488 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:56:35,489 INFO program/MainThread: stderr[23]: 2024-03-01 16:56:35,489 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:56:35,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:35,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:56:35,509 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:56:35,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,557 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:56:35,562 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:56:35,562 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:56:35,571 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:35,588 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:35,589 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:56:35,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:35,595 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:56:35,598 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:56:35,598 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:56:36,411 INFO program/MainThread: stdout: 2024-03-01 16:56:36,412 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 16:56:36,412 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:36,412 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:36,412 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:36,412 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 16:56:36,412 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:36,412 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:36,412 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:36,412 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:36,412 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:36,412 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,413 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:56:36,426 INFO program/MainThread: stdout: 2024-03-01 16:56:36,426 INFO program/MainThread: writing all SBs 2024-03-01 16:56:36,426 INFO program/MainThread: new label = "" 2024-03-01 16:56:36,426 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,443 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:56:36,448 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:56:36,449 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:56:36,458 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,475 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,476 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:36,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:56:36,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:56:36,485 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,485 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:36,517 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 16:56:36,517 INFO program/MainThread: stderr[24]: 2024-03-01 16:56:36,517 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:56:36,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:56:36,522 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:36,581 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:56:36,582 INFO program/MainThread: stderr[25]: 2024-03-01 16:56:36,582 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:56:36,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:56:36,602 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:56:36,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,644 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:56:36,659 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:56:36,660 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:56:36,669 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:36,686 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:36,687 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:56:36,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:36,693 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:56:36,696 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:56:36,696 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:56:37,495 INFO program/MainThread: stdout: 2024-03-01 16:56:37,496 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 16:56:37,496 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:37,496 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:37,496 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:37,496 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 16:56:37,496 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:37,496 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:37,496 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:37,496 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:37,496 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:37,496 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,497 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:56:37,510 INFO program/MainThread: stdout: 2024-03-01 16:56:37,510 INFO program/MainThread: writing all SBs 2024-03-01 16:56:37,510 INFO program/MainThread: new label = "" 2024-03-01 16:56:37,510 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,527 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:56:37,532 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:56:37,533 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:56:37,541 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,558 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,559 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:56:37,562 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,565 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,567 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,567 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:56:37,568 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,568 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:37,597 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:56:37,597 INFO program/MainThread: stderr[26]: 2024-03-01 16:56:37,597 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:56:37,598 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:37,612 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:56:37,612 INFO program/MainThread: stderr[27]: 2024-03-01 16:56:37,612 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:56:37,612 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:56:37,638 INFO program/MainThread: stdout[28]: 2024-03-01 16:56:37,638 INFO program/MainThread: stderr[28]: 2024-03-01 16:56:37,639 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:56:37,639 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:56:37,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,652 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,656 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:37,656 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:56:37,658 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:56:37,667 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,690 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:56:37,693 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,696 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,698 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,698 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:56:37,699 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,699 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:37,732 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:56:37,732 INFO program/MainThread: stderr[29]: 2024-03-01 16:56:37,732 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:56:37,733 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:37,746 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:56:37,746 INFO program/MainThread: stderr[30]: 2024-03-01 16:56:37,746 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:56:37,746 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:56:37,776 INFO program/MainThread: stdout[31]: 2024-03-01 16:56:37,777 INFO program/MainThread: stderr[31]: 2024-03-01 16:56:37,777 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:56:37,777 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:56:37,777 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,789 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,793 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:37,793 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:56:37,795 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:56:37,804 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,825 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,826 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:56:37,829 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,832 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,834 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,834 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:56:37,835 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,835 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:37,874 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:56:37,875 INFO program/MainThread: stderr[32]: 2024-03-01 16:56:37,875 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:56:37,875 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:37,884 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:56:37,884 INFO program/MainThread: stderr[33]: 2024-03-01 16:56:37,885 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:56:37,885 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:56:37,913 INFO program/MainThread: stdout[34]: 2024-03-01 16:56:37,913 INFO program/MainThread: stderr[34]: 2024-03-01 16:56:37,913 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:56:37,914 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:56:37,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,925 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:37,929 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:56:37,931 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:56:37,939 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,964 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,965 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:56:37,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:56:37,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:56:37,974 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,976 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,979 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,982 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,984 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:37,987 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:56:37,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:56:37,990 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:38,036 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:56:38,036 INFO program/MainThread: stderr[35]: 2024-03-01 16:56:38,036 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:56:38,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:38,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:56:38,058 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,071 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,077 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,082 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,085 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,097 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,101 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:56:38,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:56:38,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,112 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,113 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:56:38,120 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,133 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,134 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:38,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:56:38,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:56:38,143 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:38,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:56:38,149 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,152 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,155 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,158 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,161 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,164 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:56:38,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,177 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:56:38,182 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:38,220 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:56:38,220 INFO program/MainThread: stderr[36]: 2024-03-01 16:56:38,220 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:56:38,224 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:56:38,224 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:38,276 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:56:38,277 INFO program/MainThread: stderr[37]: 2024-03-01 16:56:38,277 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:56:38,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:56:38,295 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:56:38,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,335 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:56:38,340 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:56:38,341 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:56:38,350 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,368 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,369 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:56:38,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,375 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:56:38,378 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:56:38,378 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:56:38,576 INFO program/MainThread: stdout: 2024-03-01 16:56:38,577 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 16:56:38,577 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:38,577 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:38,577 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:38,577 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 16:56:38,577 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:38,577 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:38,577 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:38,577 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:38,577 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:38,577 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,578 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:56:38,593 INFO program/MainThread: stdout: 2024-03-01 16:56:38,593 INFO program/MainThread: writing all SBs 2024-03-01 16:56:38,593 INFO program/MainThread: new label = "" 2024-03-01 16:56:38,593 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,611 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:56:38,616 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:56:38,617 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:56:38,625 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,642 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,643 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:38,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:56:38,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:56:38,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,653 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:38,685 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 16:56:38,685 INFO program/MainThread: stderr[38]: 2024-03-01 16:56:38,685 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:56:38,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:56:38,689 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:38,751 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:56:38,752 INFO program/MainThread: stderr[39]: 2024-03-01 16:56:38,752 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:56:38,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:56:38,774 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:56:38,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,801 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:56:38,807 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:56:38,808 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:56:38,817 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,833 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,834 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:56:38,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,840 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:56:38,843 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:56:38,843 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:56:39,658 INFO program/MainThread: stdout: 2024-03-01 16:56:39,659 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:56:39,659 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:39,659 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:39,659 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:39,659 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:56:39,659 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:39,659 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:39,659 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:39,659 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:39,659 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:39,659 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,660 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:56:39,673 INFO program/MainThread: stdout: 2024-03-01 16:56:39,674 INFO program/MainThread: writing all SBs 2024-03-01 16:56:39,674 INFO program/MainThread: new label = "" 2024-03-01 16:56:39,674 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,690 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:56:39,695 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:56:39,696 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:56:39,705 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,722 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,723 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:39,726 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:39,729 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:39,731 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:39,731 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:39,732 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:39,732 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:39,762 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:56:39,762 INFO program/MainThread: stderr[40]: 2024-03-01 16:56:39,762 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:56:39,763 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:39,780 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:56:39,780 INFO program/MainThread: stderr[41]: 2024-03-01 16:56:39,780 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:56:39,780 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:56:39,807 INFO program/MainThread: stdout[42]: 2024-03-01 16:56:39,808 INFO program/MainThread: stderr[42]: 2024-03-01 16:56:39,808 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:56:39,808 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:56:39,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,820 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,824 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:39,824 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:56:39,826 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:56:39,834 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,855 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,856 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:39,859 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:39,862 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:39,865 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:39,865 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:39,865 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:39,865 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:39,904 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:56:39,905 INFO program/MainThread: stderr[43]: 2024-03-01 16:56:39,905 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:56:39,905 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:39,915 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:56:39,915 INFO program/MainThread: stderr[44]: 2024-03-01 16:56:39,915 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:56:39,915 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:56:39,943 INFO program/MainThread: stdout[45]: 2024-03-01 16:56:39,944 INFO program/MainThread: stderr[45]: 2024-03-01 16:56:39,944 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:56:39,944 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:56:39,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,956 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:39,960 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:56:39,962 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:56:39,970 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:39,991 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:39,992 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:39,995 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:39,998 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,001 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,001 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:40,001 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:40,001 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:40,035 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:56:40,036 INFO program/MainThread: stderr[46]: 2024-03-01 16:56:40,036 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:56:40,036 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,050 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:56:40,050 INFO program/MainThread: stderr[47]: 2024-03-01 16:56:40,050 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:56:40,050 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:56:40,079 INFO program/MainThread: stdout[48]: 2024-03-01 16:56:40,079 INFO program/MainThread: stderr[48]: 2024-03-01 16:56:40,079 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:56:40,079 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:56:40,079 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,090 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,094 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:40,094 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:56:40,095 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:56:40,105 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,129 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,130 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:40,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:56:40,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:40,139 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,141 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,144 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,147 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,149 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,152 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,154 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:56:40,155 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,203 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:56:40,203 INFO program/MainThread: stderr[49]: 2024-03-01 16:56:40,203 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:56:40,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:40,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:40,234 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,237 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,240 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,243 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,246 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,248 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,262 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:40,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:40,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,281 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,282 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:56:40,290 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,302 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,303 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:40,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:56:40,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:56:40,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:40,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:40,318 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,321 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,324 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,327 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,330 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,333 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:40,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,345 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,350 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:40,350 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,382 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:56:40,382 INFO program/MainThread: stderr[50]: 2024-03-01 16:56:40,382 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:56:40,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:56:40,387 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,441 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:56:40,441 INFO program/MainThread: stderr[51]: 2024-03-01 16:56:40,441 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:56:40,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:56:40,464 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:56:40,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,493 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:56:40,498 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:40,499 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:56:40,508 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,525 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,526 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:56:40,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,532 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:56:40,535 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:56:40,535 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:56:40,743 INFO program/MainThread: stdout: 2024-03-01 16:56:40,743 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:56:40,743 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:40,743 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:40,743 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:40,743 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:56:40,743 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:40,743 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:40,743 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:40,744 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:40,744 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:40,744 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,744 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:56:40,759 INFO program/MainThread: stdout: 2024-03-01 16:56:40,759 INFO program/MainThread: writing all SBs 2024-03-01 16:56:40,759 INFO program/MainThread: new label = "" 2024-03-01 16:56:40,759 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,776 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:56:40,780 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:56:40,782 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:56:40,791 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,808 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,809 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:40,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:40,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:56:40,818 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,818 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,853 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 16:56:40,853 INFO program/MainThread: stderr[52]: 2024-03-01 16:56:40,853 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:56:40,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:40,857 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:56:40,915 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:56:40,916 INFO program/MainThread: stderr[53]: 2024-03-01 16:56:40,916 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:56:40,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:40,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:40,939 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:56:40,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,967 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:56:40,972 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:56:40,973 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:56:40,982 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:40,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:40,999 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:41,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:41,005 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:41,008 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:56:41,008 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:56:41,825 INFO program/MainThread: stdout: 2024-03-01 16:56:41,825 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 16:56:41,825 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:41,825 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:41,825 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:41,825 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 16:56:41,825 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:41,825 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:41,825 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:41,825 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:41,826 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:41,826 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,826 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:56:41,841 INFO program/MainThread: stdout: 2024-03-01 16:56:41,842 INFO program/MainThread: writing all SBs 2024-03-01 16:56:41,842 INFO program/MainThread: new label = "" 2024-03-01 16:56:41,842 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:41,865 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:41,870 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:56:41,871 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:56:41,881 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:41,897 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,902 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:41,902 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 0x7fa8acd60cc0> 2024-03-01 16:56:41,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:56:41,909 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:41,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:56:41,915 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:56:41,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:56:41,920 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:56:41,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:56:41,926 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:56:41,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:56:41,931 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:56:41,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:56:41,937 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:56:41,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:56:41,942 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:56:41,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:56:41,948 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:56:41,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:56:41,953 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:41,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:56:41,959 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:56:41,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:56:41,964 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:56:41,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:56:41,969 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:56:41,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:56:41,974 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:56:41,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:56:41,979 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:56:41,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:56:41,985 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:56:41,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:56:41,990 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:05,034 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2vmz1t5x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:05,070 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,071 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:05,073 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:05,074 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:57:05,074 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:05,074 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:05,078 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,079 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:05,082 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,082 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:05,085 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,085 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:05,088 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,088 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:05,098 INFO program/MainThread: stdout: 2024-03-01 16:57:05,099 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:05,099 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb 2024-03-01 16:57:05,099 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 2024-03-01 16:57:05,099 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 2024-03-01 16:57:05,099 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I 2024-03-01 16:57:05,099 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb 2024-03-01 16:57:05,099 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs d2042f2c-3fc6-4002-bb5d-059a819e3997 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 25c08059-1eed-484d-8568-1afcf9b2af5f 2024-03-01 16:57:05,099 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C 2024-03-01 16:57:05,099 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd 2024-03-01 16:57:05,099 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys 2024-03-01 16:57:05,099 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 17bfa7db-a9b5-4bcb-8996-a0f6bea7027e 2024-03-01 16:57:05,099 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b546d757-35e4-41a3-bcd8-a0271a40ce63 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 2024-03-01 16:57:05,099 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 2024-03-01 16:57:05,099 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 2024-03-01 16:57:05,099 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 2024-03-01 16:57:05,099 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 2024-03-01 16:57:05,099 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,099 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,099 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:05,099 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:05,099 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,100 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb sdb 1073741824 root disk brw-rw---- LVM2_member 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb `-test_vg1-lv1 482344960 root disk brw-rw---- xfs fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 sdc 1073741824 root disk brw-rw---- LVM2_member N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I sdd 1073741824 root disk brw-rw---- LVM2_member 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb |-test_vg2-lv4 641728512 root disk brw-rw---- xfs d2042f2c-3fc6-4002-bb5d-059a819e3997 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 25c08059-1eed-484d-8568-1afcf9b2af5f sde 1073741824 root disk brw-rw---- LVM2_member Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C sdf 1073741824 root disk brw-rw---- LVM2_member 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd sdg 1073741824 root disk brw-rw---- LVM2_member HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 17bfa7db-a9b5-4bcb-8996-a0f6bea7027e |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b546d757-35e4-41a3-bcd8-a0271a40ce63 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 sdh 1073741824 root disk brw-rw---- LVM2_member 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 sdi 1073741824 root disk brw-rw---- LVM2_member 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 sdj 1073741824 root disk brw-rw---- LVM2_member Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:05,100 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,100 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,100 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:05,100 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,100 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:05,101 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:05,101 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:05,114 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,131 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:57:05,136 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G', 'ID_FS_UUID_ENC': '2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:57:05,136 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:57:05,136 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:05,173 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:05,173 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:05,173 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:05,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,185 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:05,187 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:57:05,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:05,193 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:05,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:05,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:05,197 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:05,200 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:05,200 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:05,203 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:57:05,203 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,204 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:05,204 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f4d9a6d0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:57:05,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:05,211 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,211 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:05,214 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,214 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:05,217 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:05,221 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,221 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:05,224 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:05,224 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:05,224 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:05,258 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:05,258 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:05,258 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:05,259 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:05,263 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; 2024-03-01 16:57:05,263 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:05,266 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:05,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:05,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,278 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:05,314 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:05,314 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:05,314 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:05,314 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:05,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:05,320 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:05,323 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:05,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:05,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:05,327 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:05,362 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:05,362 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:05,362 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:05,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:05,367 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:05,369 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:05,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:05,375 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:05,375 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:05,378 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/lvm-pv-uuid-1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7', 'ID_FS_UUID_ENC': '1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:57:05,378 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:57:05,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,390 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:05,390 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:05,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:05,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:05,393 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:05,396 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:05,396 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:57:05,399 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:57:05,400 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,400 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:05,400 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f443d970) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:57:05,403 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:05,406 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,406 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:05,409 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,409 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:05,412 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,412 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:05,415 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,416 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:05,418 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:05,418 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:05,418 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:57:05,455 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:05,455 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). 2024-03-01 16:57:05,455 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:05,455 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:05,459 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:57:05,460 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:05,462 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:05,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:05,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:05,474 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:05,477 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:05,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:05,483 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:57:05,522 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:05,522 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). 2024-03-01 16:57:05,522 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:05,522 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:05,522 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:05,527 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:57:05,527 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:05,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,538 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:05,538 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:05,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:05,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:05,541 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:05,544 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:05,544 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:57:05,547 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:05,548 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,548 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:05,548 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f43c7850) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:57:05,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:05,552 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:05,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:57:05,555 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:57:05,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,565 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:05,566 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:05,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:05,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:05,569 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:05,572 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:05,572 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:57:05,575 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:57:05,575 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,575 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:05,575 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f43c7760) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:57:05,578 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:05,579 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:05,582 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/lvm-pv-uuid-N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I', 'ID_FS_UUID_ENC': 'N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:57:05,582 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:57:05,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,593 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:05,593 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:05,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:05,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:05,596 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:05,599 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:05,599 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:05,602 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:05,602 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,603 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:05,603 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f43dc070) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:57:05,606 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:05,609 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,609 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:05,612 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,612 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:05,615 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,615 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:05,618 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,618 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:05,621 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:05,621 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:05,621 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:05,657 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:05,657 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:05,657 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:05,658 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:05,661 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:05,662 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:05,664 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:05,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:05,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:05,676 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:05,679 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:05,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:05,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:05,685 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:05,719 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:05,719 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:05,719 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:05,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:05,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:05,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:05,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:05,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:05,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:05,742 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:05,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:05,746 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:05,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:05,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:05,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:05,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:05,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:05,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:05,759 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:05,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:05,762 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:05,762 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:57:05,762 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:05,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:05,765 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:05,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:05,769 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:05,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'ID_FS_UUID_ENC': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073729144'} ; 2024-03-01 16:57:05,773 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:05,773 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:05,776 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:05,777 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:05,777 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:05,777 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:05,779 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:05,779 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:05,779 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:05,780 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:05,782 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:05,782 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:05,782 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:05,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:05,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:05,792 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:57:05,792 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:05,793 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:57:05,789 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f448e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:05,793 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:05,796 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:05,796 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:05,796 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:05,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:05,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:05,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:05,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:05,813 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:05,815 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:05,815 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:05,818 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:05,818 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:05,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:05,822 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:05,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:05,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:05,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:05,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:05,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:05,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:05,843 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:05,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:05,847 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:05,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:57:05,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:05,853 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:05,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:05,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:05,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:05,860 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:05,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:05,863 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:05,864 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:57:05,864 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:57:05,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:05,867 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:05,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:05,870 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:05,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe ' '/dev/disk/by-uuid/f6adfd9d-d127-493d-b580-7468017429fb ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6adfd9d-d127-493d-b580-7468017429fb', 'ID_FS_UUID_ENC': 'f6adfd9d-d127-493d-b580-7468017429fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073259367'} ; 2024-03-01 16:57:05,874 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:05,874 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:05,877 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:57:05,877 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:05,877 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:05,877 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:05,880 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:05,880 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:05,880 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:05,880 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:05,882 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:05,883 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:05,883 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:05,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:57:05,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:05,893 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:05,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:05,894 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:05,890 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dc4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f448e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:05,894 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:05,897 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:05,897 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:05,897 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:05,901 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:05,905 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,905 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:57:05,908 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,908 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:57:05,911 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,911 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:57:05,915 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,915 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:05,915 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:57:05,918 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:05,918 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:57:05,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:05,921 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:05,922 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:05,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/lvm-pv-uuid-52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb', 'ID_FS_UUID_ENC': '52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:57:05,925 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:57:05,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,936 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:05,937 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:05,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:05,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:05,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:05,943 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:05,943 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:05,946 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:57:05,946 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,947 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:57:05,947 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f43d54c0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:57:05,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:05,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:05,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:05,959 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,959 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:05,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:05,965 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:57:05,965 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:05,965 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:05,998 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:05,998 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:05,998 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:05,998 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:57:06,002 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:57:06,003 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:57:06,005 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:06,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:06,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,016 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,050 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:06,050 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:06,050 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:06,050 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:06,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:06,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:06,058 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:06,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:57:06,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:06,062 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,101 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:06,101 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:06,101 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:06,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:57:06,106 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:57:06,109 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:57:06,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:57:06,114 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:06,115 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:06,118 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/lvm-pv-uuid-Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C', 'ID_FS_UUID_ENC': 'Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:57:06,118 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:06,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:06,130 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:06,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:57:06,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:06,133 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:06,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:06,136 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:06,139 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:57:06,139 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:06,139 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:57:06,139 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f448e0d0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:57:06,143 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:06,146 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,146 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:57:06,149 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,149 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:57:06,152 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:57:06,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:57:06,158 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:57:06,158 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:06,158 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,196 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:06,196 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:06,196 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:06,197 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:57:06,201 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:06,201 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:57:06,204 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:06,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:57:06,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:06,215 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:06,218 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:57:06,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:06,224 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,261 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:06,261 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:06,261 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:06,261 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:06,261 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:06,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/lvm-pv-uuid-73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd', 'ID_FS_UUID_ENC': '73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:57:06,266 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:57:06,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:06,278 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:06,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:57:06,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:57:06,281 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:06,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:06,284 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:06,287 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:06,287 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:06,288 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:57:06,288 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f448e070) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:57:06,291 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:06,294 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,294 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:57:06,297 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,297 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:57:06,300 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,300 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:57:06,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:57:06,306 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:57:06,306 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:06,306 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,340 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:06,340 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:06,340 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:06,340 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:57:06,344 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:06,345 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:57:06,348 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:06,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:06,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:06,359 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:06,362 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:57:06,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:06,368 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,408 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:06,408 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:06,408 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:06,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:06,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:57:06,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:06,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:06,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:06,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:06,431 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:06,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:06,435 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:06,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:57:06,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:06,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:06,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:06,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:06,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:06,448 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:06,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:06,452 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:06,452 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:06,452 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:57:06,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:06,455 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:06,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:06,458 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:06,462 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/25c08059-1eed-484d-8568-1afcf9b2af5f ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'ID_FS_UUID_ENC': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071563239'} ; 2024-03-01 16:57:06,462 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:06,462 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:06,465 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:57:06,465 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:06,466 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:06,466 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:06,468 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:57:06,468 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:06,468 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:06,468 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:06,471 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:57:06,471 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:06,471 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:06,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:57:06,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:06,481 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:06,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:06,482 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:06,478 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f437f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK 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 (0x7f18f43f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:06,483 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:06,485 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:57:06,485 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:06,485 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:06,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:06,492 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,493 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:57:06,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:57:06,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,499 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:57:06,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:57:06,503 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:57:06,507 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:06,507 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:57:06,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:06,510 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:06,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:06,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:57:06,525 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:06,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:06,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:06,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:06,531 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:06,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:06,535 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:06,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:57:06,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:06,542 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:06,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:57:06,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:06,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:06,548 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:06,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:06,551 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:06,552 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:57:06,552 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:57:06,555 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:06,555 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:06,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:06,558 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:06,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/d2042f2c-3fc6-4002-bb5d-059a819e3997 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'ID_FS_UUID_ENC': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071095488'} ; 2024-03-01 16:57:06,561 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:06,562 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:06,565 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:57:06,565 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:06,565 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:06,565 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:06,567 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:57:06,567 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:06,568 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:06,568 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:06,570 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:57:06,570 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:06,570 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:06,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:57:06,580 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:06,580 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:06,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:06,581 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:06,577 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f437f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f43f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:06,582 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:06,584 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:57:06,584 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:06,585 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:06,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:06,592 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,592 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:57:06,595 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,595 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:57:06,598 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:57:06,602 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,602 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:57:06,602 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:57:06,605 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:06,605 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:57:06,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:06,608 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:06,609 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:06,612 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/lvm-pv-uuid-HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys', 'ID_FS_UUID_ENC': 'HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:57:06,612 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:57:06,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,624 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:06,624 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:06,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:57:06,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:57:06,627 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:06,630 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:06,630 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:06,633 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:57:06,634 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:06,634 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:57:06,634 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f43d5160) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:57:06,637 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:06,640 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,640 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:57:06,643 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,643 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:57:06,646 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,646 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:57:06,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:57:06,652 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:57:06,652 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:06,652 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,693 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:06,693 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:06,693 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:06,694 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:57:06,697 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:57:06,698 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:57:06,700 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:06,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:06,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,712 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,743 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:06,743 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:06,743 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:06,744 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:06,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:06,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:06,751 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:06,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:57:06,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:06,755 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:57:06,796 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:06,796 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:06,797 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:06,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:57:06,802 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:57:06,804 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:57:06,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:57:06,810 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:06,810 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:06,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/lvm-pv-uuid-0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs', 'ID_FS_UUID_ENC': '0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:57:06,813 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:06,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,825 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:06,826 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:06,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:06,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:57:06,829 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:06,832 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:06,832 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:06,835 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:06,835 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:06,835 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:57:06,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f448e5b0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:57:06,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:06,842 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:06,842 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:57:06,845 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:06,845 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:57:06,848 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,848 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:57:06,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:06,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:57:06,854 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:57:06,854 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:06,854 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:06,900 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:06,900 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:06,900 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:06,901 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:57:06,905 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; 2024-03-01 16:57:06,905 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:57:06,908 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:06,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:57:06,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:06,919 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:06,922 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:57:06,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:06,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:06,928 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:06,967 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:06,967 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:06,967 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:06,968 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:06,968 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:06,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/lvm-pv-uuid-3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW', 'ID_FS_UUID_ENC': '3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:57:06,972 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:57:06,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:06,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:06,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:06,985 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:06,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:57:06,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:57:06,988 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:06,991 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:06,991 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:06,994 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:57:06,994 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:06,995 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:57:06,995 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f4394040) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:57:06,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:07,001 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,001 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:57:07,004 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,004 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:57:07,007 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,007 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:57:07,010 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,010 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:57:07,013 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:57:07,013 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:07,013 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:07,055 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:07,055 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:07,055 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:07,056 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:57:07,060 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; 2024-03-01 16:57:07,060 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:07,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:07,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:07,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:07,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:07,075 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:07,077 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:57:07,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:07,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:07,083 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdi,/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:07,125 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:07,125 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:07,125 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:07,126 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:07,126 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:07,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/lvm-pv-uuid-Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502', 'ID_FS_UUID_ENC': 'Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:57:07,130 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:57:07,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,142 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:07,143 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:07,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:07,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:57:07,146 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:07,149 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:07,149 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:07,152 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:07,152 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:07,153 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:57:07,153 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f4395d60) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:57:07,156 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:07,159 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,159 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:57:07,162 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,162 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:57:07,165 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,165 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:57:07,168 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,168 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:57:07,171 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:57:07,171 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:07,171 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdj,/dev/sdi,/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:07,217 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:07,217 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:07,217 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:07,218 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:57:07,222 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:57:07,222 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:57:07,225 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:07,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:07,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:07,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:07,237 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:07,239 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:57:07,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:07,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:07,245 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdj,/dev/sdi,/dev/sdc,/dev/sdd,/dev/sdg,/dev/sde,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh ... 2024-03-01 16:57:07,281 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:07,281 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:07,281 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:07,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:07,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:57:07,298 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:07,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:07,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:07,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:07,305 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:07,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:07,309 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:07,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:57:07,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:07,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:07,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:57:07,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:07,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:07,322 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:07,325 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:07,325 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:07,325 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:57:07,325 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:57:07,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:07,328 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:07,331 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:07,332 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:07,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/1652d75c-19cb-4fec-8ebe-4e6c10c809b9 ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'ID_FS_UUID_ENC': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069393568'} ; 2024-03-01 16:57:07,335 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:07,336 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:07,339 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:57:07,339 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:07,339 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:07,339 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:07,341 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:57:07,341 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:07,342 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:07,342 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:07,344 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:57:07,344 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:07,344 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:07,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:57:07,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,356 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:57:07,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,357 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:57:07,353 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f4399340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:07,357 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:07,360 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:57:07,360 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:07,360 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:07,364 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:07,367 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,367 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:57:07,370 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,370 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:57:07,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,374 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:57:07,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,377 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:57:07,377 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:57:07,380 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:07,380 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:57:07,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:07,384 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:07,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:07,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:57:07,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:07,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:07,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:07,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:07,415 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:07,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:07,418 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:07,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:57:07,422 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:07,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:07,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:07,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:07,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:07,432 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:07,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:07,435 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:07,435 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:57:07,435 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:57:07,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:07,438 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:07,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:07,442 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:07,445 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/20dd40a2-44ee-404f-8863-270befdf89b6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20dd40a2-44ee-404f-8863-270befdf89b6', 'ID_FS_UUID_ENC': '20dd40a2-44ee-404f-8863-270befdf89b6', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1068305269'} ; 2024-03-01 16:57:07,445 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:07,445 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,449 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:57:07,449 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:07,449 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:07,449 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,451 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:57:07,452 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:07,452 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:07,452 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,454 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:57:07,454 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:07,454 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:07,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:57:07,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,466 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:57:07,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,467 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:57:07,463 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f5178280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:07,468 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,470 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:57:07,471 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:07,471 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:07,474 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:07,478 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,478 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:57:07,481 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,481 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:57:07,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:57:07,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:57:07,488 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:57:07,491 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:07,491 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:57:07,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:07,494 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:07,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:07,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:07,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:07,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:57:07,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:07,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:07,516 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:07,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:07,520 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:57:07,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:07,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:07,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:57:07,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:07,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:07,533 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:07,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:07,536 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,537 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:07,537 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:57:07,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:07,540 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:07,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:07,543 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,546 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5 ' '/dev/disk/by-uuid/b546d757-35e4-41a3-bcd8-a0271a40ce63', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'ID_FS_UUID_ENC': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1067279865'} ; 2024-03-01 16:57:07,547 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:07,547 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,550 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:57:07,550 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:07,550 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:07,550 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,553 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:57:07,553 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:07,553 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:07,553 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,555 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:57:07,555 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:07,556 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:07,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:57:07,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,567 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:57:07,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,568 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:57:07,563 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43c7280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 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 (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:07,569 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,571 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:57:07,571 INFO program/MainThread: stderr[54]: 2024-03-01 16:57:07,571 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:57:07,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:07,579 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,579 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:57:07,582 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,582 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:57:07,585 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,586 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:57:07,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,589 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:57:07,589 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:57:07,592 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:07,592 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:57:07,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:07,595 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:07,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:07,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:57:07,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:07,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:57:07,614 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:07,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:07,618 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:07,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:07,621 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:57:07,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:07,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:07,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:57:07,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:07,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:07,634 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:07,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:07,638 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,638 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:07,638 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:57:07,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:07,641 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:07,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:07,645 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:07,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/17bfa7db-a9b5-4bcb-8996-a0f6bea7027e ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'ID_FS_UUID_ENC': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1066816683'} ; 2024-03-01 16:57:07,648 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:07,648 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,651 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:57:07,651 INFO program/MainThread: stderr[55]: 2024-03-01 16:57:07,651 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:57:07,652 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,654 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:57:07,654 INFO program/MainThread: stderr[56]: 2024-03-01 16:57:07,654 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:57:07,654 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,657 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:57:07,657 INFO program/MainThread: stderr[57]: 2024-03-01 16:57:07,657 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:57:07,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:57:07,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,669 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,670 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,665 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 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 (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:07,671 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,673 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:57:07,674 INFO program/MainThread: stderr[58]: 2024-03-01 16:57:07,674 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:57:07,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:07,681 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,681 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:57:07,684 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,684 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:57:07,687 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,688 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:57:07,691 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,691 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:57:07,691 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:57:07,694 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:07,694 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:57:07,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:07,698 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:07,698 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:07,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:57:07,701 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:07,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,712 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:07,712 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:07,712 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:07,712 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:07,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:57:07,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:57:07,715 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:07,718 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:07,718 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:07,721 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:07,722 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:07,722 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:57:07,722 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18f437f4c0) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:07,725 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:07,728 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,728 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:57:07,731 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,731 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:57:07,734 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,734 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:57:07,737 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,738 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:57:07,740 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:07,743 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:07,746 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:07,753 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 0x7f18f439fb80> 2024-03-01 16:57:07,794 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:57:07,798 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:07,798 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:07,801 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:57:07,801 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:07,802 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:07,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,811 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:07,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:07,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:07,829 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:07,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:57:07,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:57:07,856 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:07,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:57:07,859 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:07,862 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:07,862 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:07,865 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:07,865 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:07,866 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:07,868 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:07,871 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:07,874 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:07,877 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:07,880 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:07,880 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:07,880 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:57:07,881 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:07,880 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f18f4387ee0) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f18f64699a0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:07,884 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:07,887 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:07,887 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:57:07,890 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:07,890 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:57:07,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,893 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:57:07,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:07,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:57:07,897 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:07,899 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:07,900 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:57:07,902 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:07,902 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:07,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/17bfa7db-a9b5-4bcb-8996-a0f6bea7027e ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'ID_FS_UUID_ENC': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1066816683'} ; 2024-03-01 16:57:07,905 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:07,906 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,909 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:57:07,909 INFO program/MainThread: stderr[59]: 2024-03-01 16:57:07,909 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:57:07,909 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,912 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:57:07,912 INFO program/MainThread: stderr[60]: 2024-03-01 16:57:07,912 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:57:07,912 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,914 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:57:07,915 INFO program/MainThread: stderr[61]: 2024-03-01 16:57:07,915 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:57:07,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:57:07,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,927 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,928 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,923 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dca90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:07,929 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:07,932 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:57:07,932 INFO program/MainThread: stderr[62]: 2024-03-01 16:57:07,932 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:57:07,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:07,935 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:57:07,938 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/b546d757-35e4-41a3-bcd8-a0271a40ce63 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'ID_FS_UUID_ENC': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1067279865'} ; 2024-03-01 16:57:07,938 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:07,939 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,941 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:57:07,941 INFO program/MainThread: stderr[63]: 2024-03-01 16:57:07,941 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:57:07,942 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,944 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:57:07,944 INFO program/MainThread: stderr[64]: 2024-03-01 16:57:07,944 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:57:07,944 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,947 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:57:07,947 INFO program/MainThread: stderr[65]: 2024-03-01 16:57:07,947 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:57:07,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:57:07,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,958 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,959 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,954 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43c7280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:07,960 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:07,962 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:57:07,963 INFO program/MainThread: stderr[66]: 2024-03-01 16:57:07,963 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:57:07,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:07,966 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:57:07,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw ' '/dev/disk/by-uuid/20dd40a2-44ee-404f-8863-270befdf89b6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20dd40a2-44ee-404f-8863-270befdf89b6', 'ID_FS_UUID_ENC': '20dd40a2-44ee-404f-8863-270befdf89b6', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1068305269'} ; 2024-03-01 16:57:07,969 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:07,970 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,972 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:57:07,972 INFO program/MainThread: stderr[67]: 2024-03-01 16:57:07,972 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:57:07,972 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,975 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:57:07,975 INFO program/MainThread: stderr[68]: 2024-03-01 16:57:07,975 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:57:07,975 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,978 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:57:07,978 INFO program/MainThread: stderr[69]: 2024-03-01 16:57:07,978 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:57:07,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:07,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:57:07,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,989 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:07,990 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:07,985 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f5178280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:07,991 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:07,994 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:57:07,994 INFO program/MainThread: stderr[70]: 2024-03-01 16:57:07,994 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:57:07,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:07,998 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:57:08,000 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1652d75c-19cb-4fec-8ebe-4e6c10c809b9 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'ID_FS_UUID_ENC': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069393568'} ; 2024-03-01 16:57:08,001 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:08,001 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:08,004 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:57:08,004 INFO program/MainThread: stderr[71]: 2024-03-01 16:57:08,004 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:57:08,004 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:08,006 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:57:08,006 INFO program/MainThread: stderr[72]: 2024-03-01 16:57:08,006 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:57:08,007 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:08,009 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:57:08,009 INFO program/MainThread: stderr[73]: 2024-03-01 16:57:08,009 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:57:08,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:57:08,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:08,020 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:08,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:08,022 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:08,017 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f4399340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f4388e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:08,022 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:08,025 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:57:08,025 INFO program/MainThread: stderr[74]: 2024-03-01 16:57:08,025 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:57:08,029 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:08,029 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:57:08,032 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/d2042f2c-3fc6-4002-bb5d-059a819e3997 ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'ID_FS_UUID_ENC': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071095488'} ; 2024-03-01 16:57:08,032 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:08,032 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:08,035 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:57:08,035 INFO program/MainThread: stderr[75]: 2024-03-01 16:57:08,035 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:57:08,035 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:08,038 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:57:08,038 INFO program/MainThread: stderr[76]: 2024-03-01 16:57:08,038 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:57:08,038 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:08,040 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:57:08,041 INFO program/MainThread: stderr[77]: 2024-03-01 16:57:08,041 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:57:08,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:57:08,050 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:08,051 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:08,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:08,052 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:08,048 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f437f9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f43f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:08,052 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:08,055 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:57:08,055 INFO program/MainThread: stderr[78]: 2024-03-01 16:57:08,055 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:57:08,059 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:08,059 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:57:08,061 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/25c08059-1eed-484d-8568-1afcf9b2af5f ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'ID_FS_UUID_ENC': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071563239'} ; 2024-03-01 16:57:08,062 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:08,062 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:08,064 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:57:08,065 INFO program/MainThread: stderr[79]: 2024-03-01 16:57:08,065 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:57:08,065 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:08,067 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:57:08,067 INFO program/MainThread: stderr[80]: 2024-03-01 16:57:08,067 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:57:08,067 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:08,070 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:57:08,070 INFO program/MainThread: stderr[81]: 2024-03-01 16:57:08,070 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:57:08,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:57:08,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:08,080 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:08,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:08,081 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:08,077 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f437f370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f43f5b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:08,082 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:08,084 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:57:08,084 INFO program/MainThread: stderr[82]: 2024-03-01 16:57:08,084 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:57:08,088 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:08,088 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:57:08,091 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe ' '/dev/disk/by-uuid/f6adfd9d-d127-493d-b580-7468017429fb', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6adfd9d-d127-493d-b580-7468017429fb', 'ID_FS_UUID_ENC': 'f6adfd9d-d127-493d-b580-7468017429fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073259367'} ; 2024-03-01 16:57:08,091 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:08,091 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:08,094 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:57:08,094 INFO program/MainThread: stderr[83]: 2024-03-01 16:57:08,094 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:57:08,095 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:08,097 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:57:08,097 INFO program/MainThread: stderr[84]: 2024-03-01 16:57:08,097 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:57:08,097 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:08,100 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:57:08,100 INFO program/MainThread: stderr[85]: 2024-03-01 16:57:08,100 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:57:08,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:57:08,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:08,110 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:08,110 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:08,111 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:08,107 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dc4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f448e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:08,111 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:08,114 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:57:08,114 INFO program/MainThread: stderr[86]: 2024-03-01 16:57:08,114 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:57:08,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:08,118 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:57:08,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1 ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'ID_FS_UUID_ENC': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073729144'} ; 2024-03-01 16:57:08,121 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:08,121 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:08,123 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:57:08,124 INFO program/MainThread: stderr[87]: 2024-03-01 16:57:08,124 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:57:08,124 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:08,126 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:57:08,126 INFO program/MainThread: stderr[88]: 2024-03-01 16:57:08,126 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:57:08,126 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:08,129 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:57:08,129 INFO program/MainThread: stderr[89]: 2024-03-01 16:57:08,129 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:57:08,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:08,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:08,139 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:08,139 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:08,140 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:08,136 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18f43dce50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18f448e760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:08,140 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:08,143 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:57:08,143 INFO program/MainThread: stderr[90]: 2024-03-01 16:57:08,143 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:57:08,147 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:08,147 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:08,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:08,159 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:08,177 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:08,178 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:08,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,190 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:08,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,201 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:08,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,212 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:08,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,222 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:08,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,233 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:57:08,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:08,244 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:11,358 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zqbo4ldx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:11,393 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,393 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:11,396 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:11,396 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:57:11,397 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:11,397 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:11,401 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,401 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:11,404 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,405 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:11,407 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,407 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:11,410 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:11,410 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:11,421 INFO program/MainThread: stdout: 2024-03-01 16:57:11,421 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:11,421 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb 2024-03-01 16:57:11,421 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 2024-03-01 16:57:11,421 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 2024-03-01 16:57:11,421 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I 2024-03-01 16:57:11,421 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb 2024-03-01 16:57:11,421 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs d2042f2c-3fc6-4002-bb5d-059a819e3997 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 25c08059-1eed-484d-8568-1afcf9b2af5f 2024-03-01 16:57:11,421 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C 2024-03-01 16:57:11,421 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd 2024-03-01 16:57:11,421 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys 2024-03-01 16:57:11,421 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 17bfa7db-a9b5-4bcb-8996-a0f6bea7027e 2024-03-01 16:57:11,421 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b546d757-35e4-41a3-bcd8-a0271a40ce63 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 2024-03-01 16:57:11,421 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 2024-03-01 16:57:11,421 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 2024-03-01 16:57:11,421 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 2024-03-01 16:57:11,421 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 2024-03-01 16:57:11,421 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,421 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:11,422 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:11,422 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:11,422 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,422 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb sdb 1073741824 root disk brw-rw---- LVM2_member 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs f6adfd9d-d127-493d-b580-7468017429fb `-test_vg1-lv1 482344960 root disk brw-rw---- xfs fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 sdc 1073741824 root disk brw-rw---- LVM2_member N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I sdd 1073741824 root disk brw-rw---- LVM2_member 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb |-test_vg2-lv4 641728512 root disk brw-rw---- xfs d2042f2c-3fc6-4002-bb5d-059a819e3997 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 25c08059-1eed-484d-8568-1afcf9b2af5f sde 1073741824 root disk brw-rw---- LVM2_member Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C sdf 1073741824 root disk brw-rw---- LVM2_member 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd sdg 1073741824 root disk brw-rw---- LVM2_member HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 17bfa7db-a9b5-4bcb-8996-a0f6bea7027e |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b546d757-35e4-41a3-bcd8-a0271a40ce63 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 sdh 1073741824 root disk brw-rw---- LVM2_member 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 20dd40a2-44ee-404f-8863-270befdf89b6 sdi 1073741824 root disk brw-rw---- LVM2_member 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 sdj 1073741824 root disk brw-rw---- LVM2_member Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1652d75c-19cb-4fec-8ebe-4e6c10c809b9 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:11,422 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,422 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,422 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:11,422 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:11,423 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:11,423 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:11,423 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,435 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,452 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:57:11,456 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/lvm-pv-uuid-2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G', 'ID_FS_UUID_ENC': '2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:57:11,457 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:57:11,457 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:11,494 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:11,494 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:11,494 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:11,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,505 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:11,507 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:57:11,512 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:11,512 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:11,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:11,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:11,516 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:11,519 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:11,520 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:11,523 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:57:11,523 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,523 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:11,523 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823d7dc8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:57:11,527 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:11,530 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:11,530 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:11,533 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:11,533 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:11,537 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,537 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:11,540 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,540 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:11,543 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:11,543 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:11,543 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:11,584 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:11,584 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:11,584 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:11,585 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:11,589 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; 2024-03-01 16:57:11,589 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:11,592 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:11,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:11,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:11,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,603 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:11,644 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:11,644 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:11,644 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:11,644 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:11,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:11,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:11,653 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:11,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:11,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:11,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= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:57:11,705 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:11,705 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7. WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:57:11,705 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:11,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:11,710 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:11,712 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:11,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:11,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:11,718 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:11,718 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:11,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/lvm-pv-uuid-1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7', 'ID_FS_UUID_ENC': '1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:57:11,721 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:57:11,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:11,733 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:11,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:11,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:11,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:11,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:11,739 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:57:11,742 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:57:11,742 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,742 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:11,742 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c6a5a00) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:57:11,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:11,748 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:11,748 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:11,751 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:11,751 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:11,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,755 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:11,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:11,760 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:11,760 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:11,760 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:57:11,796 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:11,796 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). 2024-03-01 16:57:11,796 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:11,797 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:11,801 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:57:11,801 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:11,804 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:11,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:11,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:11,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:11,815 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:11,818 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:11,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:11,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:11,823 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:57:11,854 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:11,854 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I. WARNING: VG test_vg1 is missing PV N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I (last written to /dev/sdc). 2024-03-01 16:57:11,854 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:11,854 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:11,854 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:11,859 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:57:11,859 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:11,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:11,870 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:11,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:11,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:11,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:11,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:11,876 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:57:11,879 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:11,879 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,880 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:11,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c606c40) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:57:11,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:11,883 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:11,886 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:57:11,886 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:57:11,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,897 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:11,897 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:11,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:11,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:11,900 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:11,903 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:11,903 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:57:11,906 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:57:11,906 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,907 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:11,907 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c606d90) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:57:11,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:11,910 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:11,913 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/lvm-pv-uuid-N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I', 'ID_FS_UUID_ENC': 'N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:57:11,913 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:57:11,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:11,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:11,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:11,924 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:11,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:11,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:11,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:11,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:11,930 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:11,932 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:11,933 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:11,933 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:11,933 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c61b460) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:57:11,936 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:11,939 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:11,939 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:11,942 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:11,942 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:11,945 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,945 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:11,948 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:11,948 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:11,951 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:11,951 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:11,951 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:57:11,989 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:57:11,989 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:11,989 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:11,989 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:11,993 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:11,993 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:11,996 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:11,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:12,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:12,008 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:12,010 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:12,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:12,016 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:57:12,051 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:12,051 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:12,051 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:12,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:12,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:12,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:12,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:12,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:12,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:12,074 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:12,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:12,077 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:12,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:12,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:12,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:12,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:12,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:12,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:12,090 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:12,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:12,093 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:12,094 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:57:12,094 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:12,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:12,097 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:12,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:12,100 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:12,104 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'ID_FS_UUID_ENC': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073729144'} ; 2024-03-01 16:57:12,104 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:12,105 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:12,108 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:12,108 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:12,108 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:12,108 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:12,110 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:12,111 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:12,111 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:12,111 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:12,113 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:12,113 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:12,113 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:12,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:12,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:12,123 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:57:12,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:12,124 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:57:12,120 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:12,124 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:12,127 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:12,127 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:12,127 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:12,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:12,134 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,134 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:12,137 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,137 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:12,140 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,140 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:12,144 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,144 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:12,145 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:12,145 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:12,148 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:12,149 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:12,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:12,152 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:12,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:12,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:12,166 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:12,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:12,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:12,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:12,173 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:12,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:12,177 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:12,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:57:12,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:12,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:12,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:12,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:12,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:12,189 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:12,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:12,193 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:12,193 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:57:12,193 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:57:12,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:12,196 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:12,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:12,199 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:12,203 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/f6adfd9d-d127-493d-b580-7468017429fb ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6adfd9d-d127-493d-b580-7468017429fb', 'ID_FS_UUID_ENC': 'f6adfd9d-d127-493d-b580-7468017429fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073259367'} ; 2024-03-01 16:57:12,203 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:12,203 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:12,206 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:57:12,206 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:12,206 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:12,206 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:12,209 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:12,209 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:12,209 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:12,209 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:12,211 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:12,212 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:12,212 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:12,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:57:12,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:12,222 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:12,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:12,223 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:12,219 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:12,223 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:12,226 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:12,226 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:12,226 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:12,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:12,233 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,233 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:57:12,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,236 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:57:12,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:57:12,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:12,243 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:57:12,246 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:12,246 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:57:12,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:12,249 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:12,249 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:12,252 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/lvm-pv-uuid-52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb', 'ID_FS_UUID_ENC': '52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:57:12,253 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:57:12,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,264 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:12,264 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:12,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:12,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:12,267 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:12,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:12,270 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:12,273 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:57:12,273 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:12,274 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:57:12,274 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c6144f0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:57:12,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:12,280 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,280 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:12,283 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,283 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:12,286 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,286 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:12,289 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,289 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:12,291 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:57:12,291 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:12,292 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 16:57:12,329 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:12,329 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:12,329 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:12,329 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:57:12,333 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:57:12,334 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:57:12,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:12,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:12,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,347 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 16:57:12,380 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:12,380 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:12,380 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:12,380 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:12,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:12,385 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:12,388 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:12,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:57:12,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:12,391 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc,/dev/sdd ... 2024-03-01 16:57:12,427 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:12,427 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C. WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:12,427 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:12,431 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:57:12,432 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:57:12,435 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:57:12,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:57:12,440 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:12,440 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:12,444 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C', 'ID_FS_UUID_ENC': 'Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:57:12,444 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:12,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,455 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:12,456 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:12,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:57:12,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:12,458 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:12,461 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:12,461 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:12,464 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:57:12,465 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:12,465 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:57:12,465 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c6062e0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:57:12,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:12,471 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,471 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:57:12,474 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,474 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:57:12,477 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,477 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:57:12,480 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,480 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:57:12,483 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:57:12,483 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:12,483 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:12,524 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:12,524 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:12,524 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:12,525 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:57:12,529 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:12,529 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:57:12,531 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:12,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:57:12,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:12,543 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:12,545 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:57:12,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:12,551 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:12,583 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:12,583 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd. WARNING: VG test_vg2 is missing PV 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd (last written to /dev/sdf). 2024-03-01 16:57:12,583 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:12,583 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:12,584 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:12,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/lvm-pv-uuid-73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd', 'ID_FS_UUID_ENC': '73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:57:12,588 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:57:12,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,600 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:12,600 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:12,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:57:12,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:57:12,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:12,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:12,606 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:12,609 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:12,609 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:12,610 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:57:12,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823d7dc820) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:57:12,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:12,616 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,616 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:57:12,619 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,619 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:57:12,622 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,622 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:57:12,625 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:57:12,628 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:57:12,628 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:12,628 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:12,659 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:57:12,659 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:12,659 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:12,660 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:57:12,663 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:12,664 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:57:12,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:12,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:12,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:12,678 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:12,681 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:57:12,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:12,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:12,687 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:12,730 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:12,730 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:12,730 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:12,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:12,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:57:12,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:12,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:12,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:12,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:12,753 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:12,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:12,757 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:12,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:57:12,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:12,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:12,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:12,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:12,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:12,769 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:12,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:12,773 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:12,773 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:12,773 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:57:12,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:12,776 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:12,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:12,780 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:12,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK ' '/dev/disk/by-uuid/25c08059-1eed-484d-8568-1afcf9b2af5f ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'ID_FS_UUID_ENC': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071563239'} ; 2024-03-01 16:57:12,783 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:12,783 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:12,786 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:57:12,786 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:12,786 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:12,787 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:12,789 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:57:12,789 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:12,789 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:12,789 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:12,792 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:57:12,792 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:12,792 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:12,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:57:12,801 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:12,802 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:12,802 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:12,803 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:12,799 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK 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 (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:12,803 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:12,806 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:57:12,806 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:12,806 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:12,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:12,813 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,813 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:57:12,816 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,816 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:57:12,819 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,819 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:57:12,822 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,822 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:57:12,823 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:57:12,826 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:12,826 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:57:12,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:12,829 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:12,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:12,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:57:12,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:12,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:12,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:12,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:12,851 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:12,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:12,854 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:12,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:57:12,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:12,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:12,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:57:12,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:12,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:12,867 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:12,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:12,870 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:12,870 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:57:12,871 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:57:12,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:12,873 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:12,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:12,877 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:12,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/d2042f2c-3fc6-4002-bb5d-059a819e3997 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'ID_FS_UUID_ENC': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071095488'} ; 2024-03-01 16:57:12,880 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:12,880 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:12,883 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:57:12,884 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:12,884 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:12,884 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:12,886 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:57:12,886 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:12,886 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:12,886 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:12,889 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:57:12,889 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:12,889 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:12,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:57:12,898 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:12,899 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:12,899 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:12,900 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:12,896 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:12,901 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:12,903 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:57:12,903 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:12,903 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:12,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:12,910 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,910 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:57:12,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:57:12,917 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,917 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:57:12,920 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,920 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:57:12,920 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:57:12,923 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:12,923 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:57:12,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:12,926 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:12,927 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:12,930 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/lvm-pv-uuid-HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys', 'ID_FS_UUID_ENC': 'HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:57:12,930 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:57:12,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:12,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:12,941 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:12,942 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:12,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:57:12,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:57:12,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:12,947 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:12,948 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:12,950 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:57:12,951 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:12,951 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:57:12,951 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c614040) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:57:12,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:12,957 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:12,957 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:57:12,960 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:12,960 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:57:12,963 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,963 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:57:12,966 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:12,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:57:12,968 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:57:12,969 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:12,969 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:13,008 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:13,008 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,008 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:13,009 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:57:13,013 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:57:13,013 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:57:13,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:13,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:13,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,027 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:13,068 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:13,068 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,068 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:13,068 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:13,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:13,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:13,076 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:13,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:57:13,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:13,080 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:13,117 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:13,117 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs. WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,117 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:13,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:57:13,122 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:57:13,125 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:57:13,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,130 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:13,131 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:13,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/lvm-pv-uuid-0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs', 'ID_FS_UUID_ENC': '0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:57:13,134 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:13,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,145 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:13,146 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:13,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:13,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:57:13,149 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:13,152 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:13,152 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:13,155 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:13,155 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:13,155 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:57:13,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c5d07c0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:57:13,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:13,161 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,162 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:57:13,164 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,165 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:57:13,167 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,168 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:57:13,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:57:13,173 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:57:13,173 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:13,174 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:13,219 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:13,219 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,219 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:13,220 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:57:13,224 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; 2024-03-01 16:57:13,224 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:57:13,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:13,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,235 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:13,238 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:13,240 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:57:13,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,246 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:13,281 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:13,281 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW. WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,281 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:13,282 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:13,282 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:13,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/lvm-pv-uuid-3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW', 'ID_FS_UUID_ENC': '3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:57:13,286 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:57:13,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:13,298 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:13,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:57:13,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:57:13,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:13,305 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:13,305 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:13,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:57:13,308 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:13,308 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:57:13,308 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c5d3220) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:57:13,311 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:13,314 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,315 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:57:13,317 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,318 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:57:13,320 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:57:13,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,324 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:57:13,326 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:57:13,326 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:13,326 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:13,366 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:13,366 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,366 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:13,367 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:57:13,371 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; 2024-03-01 16:57:13,371 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:13,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:13,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:13,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:13,388 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:57:13,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,394 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:13,436 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:13,436 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502. WARNING: VG test_vg3 is missing PV Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:57:13,436 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:13,437 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:13,437 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:13,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/lvm-pv-uuid-Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502', 'ID_FS_UUID_ENC': 'Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:57:13,441 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:57:13,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,453 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:13,453 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:13,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:13,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:57:13,456 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:13,459 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:13,459 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:13,462 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:13,463 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:13,463 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:57:13,463 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c5d4910) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:57:13,466 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:13,469 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,469 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:57:13,472 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,472 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:57:13,475 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,475 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:57:13,478 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,478 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:57:13,481 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:57:13,481 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:13,481 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:13,519 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=2JFA0v-kYP6-DHqc-PInh-9u4j-nqql-JqpO3G LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1Du9gH-aMJS-a0W3-rm32-PvNw-fHDo-MVLlS7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=N3phFk-6ior-MQCl-tZFC-Bzmf-4K8h-qZz55I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=52lJWu-mir0-X924-ywKS-BDFm-xo7o-nUfASb LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=Xi0N5w-Y3GQ-lPj0-RHdD-300W-vq7y-u0FJ4C LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=73wgK8-dpWf-9Asq-59rT-TXY7-Fztz-2V9Yyd LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=HFoYR7-4hfK-49Ns-9QT3-qNpE-ZrBc-g4V1Ys LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=0PisKa-mVfW-ioOd-0YPA-JirC-9Ckw-7ielcs LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=3JSB8i-4n8J-NhYa-64zq-Ui3T-TaWS-BWvGgW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:57:13,519 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:13,519 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:13,520 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:57:13,523 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Xs84UR-Pxts-kUG1-MMGh-Fi3W-Rd8j-6WQ502 ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:57:13,524 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:57:13,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:13,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:13,538 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:13,541 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:57:13,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG ; incomplete: True ; hidden: False ; 2024-03-01 16:57:13,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:13,546 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:13,586 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:57:13,586 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:13,586 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:13,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:13,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:57:13,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:13,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:13,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:13,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:13,609 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:13,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:13,613 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:13,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:57:13,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:13,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:13,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:57:13,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:13,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:13,625 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:13,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:13,629 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:13,629 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:57:13,629 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:57:13,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:13,632 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:13,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:13,635 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:13,638 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1652d75c-19cb-4fec-8ebe-4e6c10c809b9 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'ID_FS_UUID_ENC': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069393568'} ; 2024-03-01 16:57:13,639 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:13,639 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:13,642 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:57:13,642 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:13,642 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:13,642 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:13,645 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:57:13,645 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:13,645 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:13,645 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:13,647 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:57:13,648 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:13,648 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:13,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:57:13,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,659 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:57:13,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,660 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:57:13,656 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:13,660 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:13,663 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:57:13,663 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:13,663 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:13,667 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:13,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:57:13,674 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,674 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:57:13,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:57:13,680 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,680 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:57:13,680 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:57:13,683 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:13,683 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:57:13,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:13,686 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:13,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:13,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:57:13,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:13,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:13,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:13,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:13,717 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:13,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:13,720 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:13,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:57:13,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:13,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:13,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:13,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:13,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:13,733 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:13,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:13,736 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:13,737 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:57:13,737 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:57:13,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:13,740 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:13,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:13,743 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:13,746 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/20dd40a2-44ee-404f-8863-270befdf89b6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20dd40a2-44ee-404f-8863-270befdf89b6', 'ID_FS_UUID_ENC': '20dd40a2-44ee-404f-8863-270befdf89b6', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1068305269'} ; 2024-03-01 16:57:13,746 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:13,747 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:13,750 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:57:13,750 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:13,750 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:13,750 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:13,752 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:57:13,753 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:13,753 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:13,753 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:13,755 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:57:13,755 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:13,755 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:13,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:57:13,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,766 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:57:13,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,767 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:57:13,763 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:13,768 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:13,770 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:57:13,771 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:13,771 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:13,774 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:13,777 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,778 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:57:13,781 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,781 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:57:13,784 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,784 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:57:13,787 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,787 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:57:13,787 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:57:13,790 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:13,791 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:57:13,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:13,794 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:13,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:13,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:13,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:13,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:57:13,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:13,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:13,815 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:13,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:13,819 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:57:13,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:13,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:13,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:57:13,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:13,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:13,831 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:13,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:13,835 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,835 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:13,835 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:57:13,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:13,838 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:13,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:13,841 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,844 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b546d757-35e4-41a3-bcd8-a0271a40ce63 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5 ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'ID_FS_UUID_ENC': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1067279865'} ; 2024-03-01 16:57:13,845 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:13,845 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:13,848 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:57:13,848 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:13,848 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:13,848 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:13,850 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:57:13,850 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:13,851 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:13,851 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:13,853 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:57:13,853 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:13,853 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:13,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:57:13,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,864 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:57:13,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,866 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:57:13,861 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 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 (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:13,866 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:13,869 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:57:13,869 INFO program/MainThread: stderr[54]: 2024-03-01 16:57:13,869 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:57:13,873 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:13,876 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,876 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:57:13,879 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,879 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:57:13,883 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,883 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:57:13,886 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,886 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:57:13,886 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:57:13,889 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:13,889 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:57:13,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:13,892 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:13,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:13,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:13,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:57:13,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:13,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:57:13,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:13,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:13,914 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:13,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:13,918 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:57:13,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:13,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:13,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:57:13,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:13,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:13,930 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:13,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:13,934 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,934 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:13,934 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:57:13,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:13,937 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:13,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:13,940 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,944 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/17bfa7db-a9b5-4bcb-8996-a0f6bea7027e ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'ID_FS_UUID_ENC': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1066816683'} ; 2024-03-01 16:57:13,944 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:13,944 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:13,947 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:57:13,947 INFO program/MainThread: stderr[55]: 2024-03-01 16:57:13,947 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:57:13,947 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:13,950 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:57:13,950 INFO program/MainThread: stderr[56]: 2024-03-01 16:57:13,950 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:57:13,950 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:13,952 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:57:13,953 INFO program/MainThread: stderr[57]: 2024-03-01 16:57:13,953 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:57:13,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:13,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:57:13,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,964 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:13,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:13,965 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:13,960 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 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 (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:13,966 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:13,969 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:57:13,969 INFO program/MainThread: stderr[58]: 2024-03-01 16:57:13,969 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:57:13,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:13,976 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:13,976 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:57:13,979 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:13,979 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:57:13,982 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,982 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:57:13,985 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:13,985 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:57:13,986 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:57:13,989 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:13,989 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:57:13,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:13,992 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:13,992 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:13,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:57:13,995 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:13,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,006 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:14,006 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:14,006 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:14,007 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:14,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:57:14,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:57:14,009 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:14,012 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:14,012 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:14,015 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:14,015 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:14,016 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:57:14,016 INFO blivet/MainThread: got device: DiskDevice instance (0x7f823c5be100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:14,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:14,022 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:14,022 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:57:14,025 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:14,025 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:57:14,028 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:14,028 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:57:14,031 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:14,031 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:57:14,034 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:14,036 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:14,039 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:14,045 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 0x7f823c677900> 2024-03-01 16:57:14,090 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:57:14,093 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:14,094 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:14,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:57:14,097 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:14,097 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:14,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,107 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:14,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,125 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:57:14,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:57:14,152 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:14,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:57:14,155 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:14,158 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:14,158 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:14,161 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:14,161 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:14,161 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:14,164 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:14,167 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:14,169 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:14,172 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:14,175 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:14,175 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:14,175 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:57:14,176 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:14,176 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f823c5c6130) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f823ddc1e00> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:14,179 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:14,182 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:14,182 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:57:14,185 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:14,185 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:57:14,188 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:14,188 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:57:14,191 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:14,191 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:57:14,192 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:14,194 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:14,194 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:57:14,197 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:14,197 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:14,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/17bfa7db-a9b5-4bcb-8996-a0f6bea7027e ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '14', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGmujMcNl4lsQpunDe2MvCecjVL3EX31w7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'ID_FS_UUID_ENC': '17bfa7db-a9b5-4bcb-8996-a0f6bea7027e', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1066816683'} ; 2024-03-01 16:57:14,200 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:14,200 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:14,204 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:57:14,204 INFO program/MainThread: stderr[59]: 2024-03-01 16:57:14,204 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:57:14,204 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:14,206 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:57:14,206 INFO program/MainThread: stderr[60]: 2024-03-01 16:57:14,206 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:57:14,207 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:14,209 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:57:14,209 INFO program/MainThread: stderr[61]: 2024-03-01 16:57:14,209 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:57:14,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:57:14,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,221 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,223 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,217 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:14,223 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:14,226 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:57:14,226 INFO program/MainThread: stderr[62]: 2024-03-01 16:57:14,226 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:57:14,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:14,230 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:57:14,233 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/b546d757-35e4-41a3-bcd8-a0271a40ce63 ' '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '15', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGR2h06Ui2Xcuw2Gb1hL5sDryuVLEvCYU5', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'ID_FS_UUID_ENC': 'b546d757-35e4-41a3-bcd8-a0271a40ce63', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1067279865'} ; 2024-03-01 16:57:14,233 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:14,233 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:14,236 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:57:14,236 INFO program/MainThread: stderr[63]: 2024-03-01 16:57:14,236 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:57:14,236 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:14,238 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:57:14,238 INFO program/MainThread: stderr[64]: 2024-03-01 16:57:14,238 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:57:14,239 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:14,241 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:57:14,241 INFO program/MainThread: stderr[65]: 2024-03-01 16:57:14,241 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:57:14,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:57:14,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,252 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:14,254 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:14,257 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:57:14,257 INFO program/MainThread: stderr[66]: 2024-03-01 16:57:14,257 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:57:14,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:14,261 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:57:14,264 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/20dd40a2-44ee-404f-8863-270befdf89b6 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '16', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGnE1z0Nja2nl1OJfR28eapbQdVw3Rj0Fw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20dd40a2-44ee-404f-8863-270befdf89b6', 'ID_FS_UUID_ENC': '20dd40a2-44ee-404f-8863-270befdf89b6', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1068305269'} ; 2024-03-01 16:57:14,264 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:14,264 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:14,266 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:57:14,267 INFO program/MainThread: stderr[67]: 2024-03-01 16:57:14,267 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:57:14,267 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:14,269 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:57:14,269 INFO program/MainThread: stderr[68]: 2024-03-01 16:57:14,269 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:57:14,270 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:14,272 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:57:14,272 INFO program/MainThread: stderr[69]: 2024-03-01 16:57:14,272 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:57:14,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:57:14,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,283 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,285 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,279 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:14,286 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:14,288 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:57:14,288 INFO program/MainThread: stderr[70]: 2024-03-01 16:57:14,288 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:57:14,292 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:14,292 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:57:14,295 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/1652d75c-19cb-4fec-8ebe-4e6c10c809b9 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '17', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-hmBgq2pDbnZM6f1YHjOKZFSJH1aRltjGGsLTN0MXHAg3x2TNh999bA2QGP8pmy0e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'ID_FS_UUID_ENC': '1652d75c-19cb-4fec-8ebe-4e6c10c809b9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069393568'} ; 2024-03-01 16:57:14,295 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:14,295 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:14,298 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:57:14,298 INFO program/MainThread: stderr[71]: 2024-03-01 16:57:14,298 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:57:14,298 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:14,300 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:57:14,300 INFO program/MainThread: stderr[72]: 2024-03-01 16:57:14,300 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:57:14,301 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:14,303 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:57:14,303 INFO program/MainThread: stderr[73]: 2024-03-01 16:57:14,303 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:57:14,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:57:14,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,314 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:14,316 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:14,311 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:14,317 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:14,319 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:57:14,320 INFO program/MainThread: stderr[74]: 2024-03-01 16:57:14,320 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:57:14,323 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:14,323 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:57:14,326 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/d2042f2c-3fc6-4002-bb5d-059a819e3997 ' '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '18', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9FBWKlMtMwMrc1Dju8GUFlTiWkdYN5tkK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'ID_FS_UUID_ENC': 'd2042f2c-3fc6-4002-bb5d-059a819e3997', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071095488'} ; 2024-03-01 16:57:14,326 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:14,327 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:14,329 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:57:14,329 INFO program/MainThread: stderr[75]: 2024-03-01 16:57:14,329 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:57:14,329 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:14,332 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:57:14,332 INFO program/MainThread: stderr[76]: 2024-03-01 16:57:14,332 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:57:14,332 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:14,334 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:57:14,335 INFO program/MainThread: stderr[77]: 2024-03-01 16:57:14,335 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:57:14,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:57:14,344 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,345 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,345 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,346 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,342 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:14,346 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:14,349 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:57:14,349 INFO program/MainThread: stderr[78]: 2024-03-01 16:57:14,349 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:57:14,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:14,353 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:57:14,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/25c08059-1eed-484d-8568-1afcf9b2af5f ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '19', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-D59fF5wPS7vfbtf40PFaMuI57LW3DJC9ZqFGckQLQeLSYTo5KVXojjPit1haPYSK', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'ID_FS_UUID_ENC': '25c08059-1eed-484d-8568-1afcf9b2af5f', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071563239'} ; 2024-03-01 16:57:14,355 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:14,356 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:14,358 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:57:14,358 INFO program/MainThread: stderr[79]: 2024-03-01 16:57:14,358 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:57:14,358 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:14,361 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:57:14,361 INFO program/MainThread: stderr[80]: 2024-03-01 16:57:14,361 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:57:14,361 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:14,363 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:57:14,364 INFO program/MainThread: stderr[81]: 2024-03-01 16:57:14,364 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:57:14,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:57:14,373 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,374 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,375 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,371 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,375 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:14,378 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:57:14,378 INFO program/MainThread: stderr[82]: 2024-03-01 16:57:14,378 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:57:14,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:14,382 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:57:14,384 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/f6adfd9d-d127-493d-b580-7468017429fb ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '20', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6Pw18v7toI0KkN2LMJz1xCyu4S05a3tjYe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6adfd9d-d127-493d-b580-7468017429fb', 'ID_FS_UUID_ENC': 'f6adfd9d-d127-493d-b580-7468017429fb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073259367'} ; 2024-03-01 16:57:14,385 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:14,385 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:14,387 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:57:14,387 INFO program/MainThread: stderr[83]: 2024-03-01 16:57:14,387 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:57:14,388 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:14,390 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:57:14,390 INFO program/MainThread: stderr[84]: 2024-03-01 16:57:14,390 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:57:14,390 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:14,393 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:57:14,393 INFO program/MainThread: stderr[85]: 2024-03-01 16:57:14,393 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:57:14,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:57:14,402 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,403 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,403 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,404 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,400 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,404 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:14,407 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:57:14,407 INFO program/MainThread: stderr[86]: 2024-03-01 16:57:14,407 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:57:14,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:14,411 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:57:14,413 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/fdbe0de1-d5fd-4d77-b54a-a5caa8df0086 ' '/dev/disk/by-id/dm-uuid-LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '21', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EAj3KBMkAqv02NPQIzQJucjTLsKb6q6PYJKytx3RjuDB1o1MnQKnN3KxkKd31Ue1', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'ID_FS_UUID_ENC': 'fdbe0de1-d5fd-4d77-b54a-a5caa8df0086', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073729144'} ; 2024-03-01 16:57:14,414 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:14,414 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:14,416 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:57:14,416 INFO program/MainThread: stderr[87]: 2024-03-01 16:57:14,416 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:57:14,417 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:14,419 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:57:14,419 INFO program/MainThread: stderr[88]: 2024-03-01 16:57:14,419 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:57:14,419 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:14,422 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:57:14,422 INFO program/MainThread: stderr[89]: 2024-03-01 16:57:14,422 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:57:14,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:14,431 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,432 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,433 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,429 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,433 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:14,436 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:57:14,436 INFO program/MainThread: stderr[90]: 2024-03-01 16:57:14,436 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:57:14,439 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:14,439 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:14,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,451 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,469 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:14,470 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:14,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,481 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:14,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,492 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:14,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,503 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:14,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,514 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:14,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,524 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:57:14,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:14,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:14,535 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:14,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,541 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:57:14,541 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,541 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,543 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,543 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,543 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:14,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:14,550 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:14,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:57:14,555 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:14,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:57:14,560 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:14,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:14,566 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:14,568 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,569 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,570 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,573 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,574 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,577 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,578 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,581 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,582 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,586 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,589 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,589 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,590 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,593 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,593 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,594 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,597 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,598 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,601 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,601 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,602 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,605 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,606 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,609 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,610 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,613 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,614 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,617 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,618 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,621 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,622 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,625 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,626 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,629 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,630 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,633 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,634 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,637 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,638 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,641 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,642 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,645 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,646 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,649 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,650 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,653 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,654 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,658 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,661 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,662 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,665 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,666 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,669 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,670 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,673 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,674 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,677 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,678 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,681 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,682 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,686 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,690 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,693 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:57:14,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YJKytx-3Rju-DB1o-1MnQ-KnN3-KxkK-d31Ue1 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:57:14,694 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:57:14,697 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:14,697 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 16:57:14,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:57:14,700 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:14,701 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 16:57:14,704 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:14,704 INFO program/MainThread: stderr[91]: 2024-03-01 16:57:14,704 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:57:14,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 16:57:14,708 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:57:14,709 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:14,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:57:14,714 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:14,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,717 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,718 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,721 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,725 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,732 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,729 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,735 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,739 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,741 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,742 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,745 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,746 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,748 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,749 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,752 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,753 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,755 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,756 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,759 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,760 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,762 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,763 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,763 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,766 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,767 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,769 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,770 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,772 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,773 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,774 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,776 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,777 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,780 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,780 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,784 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,787 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,787 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,787 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,790 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,791 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,794 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,794 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,797 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,798 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,801 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,801 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,801 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,804 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,805 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,808 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,808 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,811 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,811 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,812 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,818 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,819 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,821 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,822 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:14,826 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:57:14,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c61bdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = w18v7t-oI0K-kN2L-MJz1-xCyu-4S05-a3tjYe size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c6cd6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EAj3KB-MkAq-v02N-PQIz-QJuc-jTLs-Kb6q6P size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:57:14,826 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:57:14,829 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:14,829 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 16:57:14,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:57:14,832 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:14,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:14,835 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 16:57:14,835 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:14,836 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 16:57:14,836 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:57:14,838 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:57:14,838 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,841 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:14,844 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:14,847 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:14,847 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:57:14,847 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:14,847 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:57:14,847 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:57:14,849 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:14,849 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 16:57:14,852 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:57:14,852 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:14,852 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:57:14,853 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:57:14,855 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:14,855 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:57:14,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:57:14,858 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:14,858 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:57:14,858 DEBUG blivet/MainThread: removing sda 2024-03-01 16:57:14,860 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:14,860 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:14,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 16:57:14,863 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:57:14,863 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:14,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,869 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:57:14,869 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,869 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,870 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,870 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,870 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,872 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,872 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,872 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,873 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:57:14,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 16:57:14,878 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:14,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 16:57:14,883 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:14,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 16:57:14,888 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:14,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:14,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:57:14,893 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:14,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,896 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,897 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,899 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,900 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,901 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,904 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,905 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,908 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,909 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,912 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,913 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,916 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,917 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,920 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,921 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,924 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,928 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,928 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,931 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,931 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,932 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,935 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,935 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,936 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,939 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,940 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,943 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,944 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,947 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,948 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,951 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,951 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,952 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,955 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,956 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,958 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,959 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,960 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,962 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,963 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,964 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,966 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,967 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,967 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,968 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,970 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,971 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,971 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,974 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,975 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,975 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,978 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,979 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,979 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,982 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,983 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,985 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,986 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,987 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,990 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,991 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,994 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,994 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,995 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:14,997 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,998 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,998 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:14,999 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,001 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,001 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,002 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,002 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:14,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,005 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,006 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,006 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,009 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,009 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,010 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,013 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,016 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,017 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,018 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:57:15,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5be340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = ZqFGck-QLQe-LSYT-o5KV-Xojj-Pit1-haPYSK size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:57:15,018 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:57:15,021 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,021 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 16:57:15,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:57:15,024 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:15,027 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 16:57:15,028 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 16:57:15,028 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:15,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:57:15,033 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:15,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,035 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,036 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,036 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,038 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,039 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,039 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,040 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,042 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,042 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,043 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,043 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,045 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,046 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,046 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,047 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,049 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,049 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,049 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,050 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,047 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,052 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,053 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,053 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,053 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,056 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,056 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,056 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,057 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,059 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,060 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,060 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,063 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,063 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,064 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,066 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,067 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,067 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,070 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,071 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,073 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,074 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,076 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,077 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,077 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,080 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,081 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,083 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,083 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,084 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,087 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,088 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,090 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,091 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,094 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,095 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,097 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,097 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,098 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,101 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,102 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,104 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,105 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,108 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,108 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,111 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,111 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,112 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,114 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,115 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,118 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,119 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,121 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,122 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,125 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,126 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,128 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,129 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,132 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,132 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,135 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,135 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,135 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,136 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,138 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,139 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,142 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:15,143 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:57:15,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5bebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = FBWKlM-tMwM-rc1D-ju8G-UFlT-iWkd-YN5tkK size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c635c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = D59fF5-wPS7-vfbt-f40P-FaMu-I57L-W3DJC9 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:57:15,143 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:57:15,146 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,146 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 16:57:15,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:57:15,149 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:15,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:15,152 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 16:57:15,152 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:15,152 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 16:57:15,152 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:57:15,155 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 16:57:15,155 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,158 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:15,161 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:15,164 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:15,164 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 16:57:15,164 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:57:15,164 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:57:15,164 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:57:15,166 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,166 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 16:57:15,169 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,169 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:57:15,169 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:57:15,169 DEBUG blivet/MainThread: removing sde 2024-03-01 16:57:15,172 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,172 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:57:15,174 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,174 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:57:15,175 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:57:15,175 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:57:15,177 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,177 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 16:57:15,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,180 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:57:15,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,185 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:57:15,185 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,186 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,186 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,187 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,188 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,188 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,189 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,189 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,189 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,190 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:57:15,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 16:57:15,195 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:15,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 16:57:15,200 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:15,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 16:57:15,205 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:15,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 16:57:15,210 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:15,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:57:15,215 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:15,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,219 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,224 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,225 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,229 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,230 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,234 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,236 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,240 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,241 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,245 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,246 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,251 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,255 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,256 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,260 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,262 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,266 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,267 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,271 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,272 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,276 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,277 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,281 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,282 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,286 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,288 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,291 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,293 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,297 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,298 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,302 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,303 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,307 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,308 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,312 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,314 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,317 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,319 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,322 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,324 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,328 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,329 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,333 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,334 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,338 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,339 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,343 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,344 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,348 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,349 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,353 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,355 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,358 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,360 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,364 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,365 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,369 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,370 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,374 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,375 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,379 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,380 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:57:15,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c5d82b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GsLTN0-MXHA-g3x2-TNh9-99bA-2QGP-8pmy0e size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:57:15,381 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:57:15,384 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,384 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 16:57:15,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:57:15,387 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:15,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 16:57:15,390 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 16:57:15,390 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:15,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:57:15,395 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:15,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,399 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,400 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,403 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,405 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,400 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,408 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,409 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,413 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,414 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,418 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,419 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,415 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,422 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,424 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,427 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,428 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,432 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,433 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,437 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,437 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,438 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,441 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,443 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,446 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,447 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,451 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,452 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,456 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,457 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,460 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,462 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,465 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,466 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,470 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,471 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,475 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,476 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,480 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,481 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,484 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,485 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,489 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,490 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,494 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,495 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,499 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,500 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,503 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,504 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,508 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,509 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,513 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,514 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,518 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,519 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,522 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,523 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,527 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,528 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,532 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,533 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,537 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,538 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,541 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,542 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,546 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,547 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:57:15,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c681160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nE1z0N-ja2n-l1OJ-fR28-eapb-QdVw-3Rj0Fw size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:57:15,548 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:57:15,551 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,551 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 16:57:15,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:57:15,554 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:15,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:57:15,557 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 16:57:15,557 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:15,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:57:15,562 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:15,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,565 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,566 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,570 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,571 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,574 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,575 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,578 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,579 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,583 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,584 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,587 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,588 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,591 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,592 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,596 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,597 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,600 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,601 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,604 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,605 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,609 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,610 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,613 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,614 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,617 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,618 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,622 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,623 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,626 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,627 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,630 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,631 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,635 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,636 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,639 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,640 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,643 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,645 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,648 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,649 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,652 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,653 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,656 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,658 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,661 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,662 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,666 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,667 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,671 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,672 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,675 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,676 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,680 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,681 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,684 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,685 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,689 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,690 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,693 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,694 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,698 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,699 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,702 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,702 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,703 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:57:15,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6142e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = R2h06U-i2Xc-uw2G-b1hL-5sDr-yuVL-EvCYU5 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,704 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:57:15,706 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,707 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:57:15,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:57:15,710 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:15,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:15,713 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 16:57:15,713 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:15,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:15,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:57:15,718 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:15,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,721 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,722 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,725 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,726 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,729 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,730 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,733 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,734 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,737 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,737 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,738 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,741 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,742 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,745 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,746 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,749 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,753 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,754 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,756 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,757 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,761 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,762 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,765 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,766 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,769 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,770 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,773 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,774 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,777 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,781 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,785 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,786 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,789 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,790 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,793 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,793 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,790 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,796 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,797 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,794 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,800 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,801 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,804 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,805 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,808 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,808 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,809 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,812 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,813 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,815 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,816 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,817 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,820 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,821 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,824 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,825 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,828 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,829 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,832 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,833 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,835 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,836 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,839 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,840 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,843 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,844 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:15,844 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:15,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f823c6cd310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = mujMcN-l4ls-Qpun-De2M-vCec-jVL3-EX31w7 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f823c5caf40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = hmBgq2-pDbn-ZM6f-1YHj-OKZF-SJH1-aRltjG size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:57:15,845 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:57:15,847 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:57:15,848 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:57:15,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:57:15,851 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:15,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:57:15,854 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 16:57:15,854 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:15,854 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 16:57:15,854 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:57:15,856 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 16:57:15,857 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,859 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:15,862 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:15,865 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:15,867 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:15,867 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 16:57:15,867 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:57:15,867 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:57:15,868 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:57:15,870 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,870 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 16:57:15,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,873 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:57:15,873 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:57:15,873 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:57:15,875 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,876 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 16:57:15,878 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,878 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:57:15,878 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:57:15,878 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:57:15,881 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,881 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 16:57:15,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,884 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:57:15,884 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:57:15,884 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:57:15,886 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:15,886 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:15,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:57:15,889 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:57:15,889 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:57:15,890 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,903 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,932 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,952 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:15,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,985 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:15,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,019 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:16,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,031 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,051 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:16,052 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,060 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,081 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:16,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,090 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,110 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:16,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,123 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,143 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:16,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,155 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,175 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:16,176 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,177 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:57:16,178 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:57:16,178 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:16,179 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:16,182 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:16,184 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:16,187 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:16,187 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:16,190 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:16,190 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 0x7f823ddec860> 2024-03-01 16:57:16,190 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:16,209 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,209 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,209 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:57:16,210 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:16,211 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:16,212 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:16,213 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:16,213 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:16,213 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:16,213 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,218 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:16,219 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:57:16,227 INFO program/MainThread: stdout: 2024-03-01 16:57:16,227 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:16,227 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,243 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,255 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,256 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:57:16,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:16,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:57:16,266 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:16,269 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:57:16,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:57:16,272 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,314 INFO program/MainThread: stdout[92]: 2024-03-01 16:57:16,314 INFO program/MainThread: stderr[92]: 2024-03-01 16:57:16,314 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:57:16,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:16,321 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,324 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,327 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,329 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,332 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,337 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:16,343 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,378 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 16:57:16,378 INFO program/MainThread: stderr[93]: 2024-03-01 16:57:16,378 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:57:16,379 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,395 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:16,395 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:57:16,411 INFO program/MainThread: stdout: 2024-03-01 16:57:16,411 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:16,411 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,411 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,453 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,464 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,465 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:57:16,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:16,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:57:16,475 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:16,478 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:57:16,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:57:16,481 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,518 INFO program/MainThread: stdout[94]: 2024-03-01 16:57:16,518 INFO program/MainThread: stderr[94]: 2024-03-01 16:57:16,518 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:57:16,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:16,525 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,528 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,530 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,533 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,536 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,539 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,541 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,544 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:16,547 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,579 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 16:57:16,579 INFO program/MainThread: stderr[95]: 2024-03-01 16:57:16,579 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:57:16,580 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,595 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:16,596 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:57:16,606 INFO program/MainThread: stdout: 2024-03-01 16:57:16,607 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:16,607 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,653 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,665 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,666 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:57:16,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:16,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:57:16,676 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:16,679 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:57:16,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:57:16,682 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,715 INFO program/MainThread: stdout[96]: 2024-03-01 16:57:16,715 INFO program/MainThread: stderr[96]: 2024-03-01 16:57:16,715 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:57:16,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:16,722 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,725 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,728 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,730 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,734 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,736 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,739 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:16,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:16,744 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,778 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 16:57:16,778 INFO program/MainThread: stderr[97]: 2024-03-01 16:57:16,778 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:57:16,779 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,796 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:16,796 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:57:16,809 INFO program/MainThread: stdout: 2024-03-01 16:57:16,809 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:16,809 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,845 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,862 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,863 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:57:16,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:16,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:57:16,873 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:16,876 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:57:16,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:57:16,879 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,914 INFO program/MainThread: stdout[98]: 2024-03-01 16:57:16,914 INFO program/MainThread: stderr[98]: 2024-03-01 16:57:16,914 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:57:16,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:16,921 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,927 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,932 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,935 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,938 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:16,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:16,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:16,943 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:16,974 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 16:57:16,974 INFO program/MainThread: stderr[99]: 2024-03-01 16:57:16,974 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:57:16,975 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:57:16,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:57:16,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:57:16,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:17,018 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,026 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,031 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,036 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,041 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,047 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,052 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,054 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:57:17,057 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,088 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 16:57:17,088 INFO program/MainThread: stderr[100]: 2024-03-01 16:57:17,088 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:57:17,089 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,143 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:57:17,144 INFO program/MainThread: stderr[101]: 2024-03-01 16:57:17,144 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:57:17,145 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,197 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 16:57:17,197 INFO program/MainThread: stderr[102]: 2024-03-01 16:57:17,198 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:57:17,198 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:57:17,205 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,214 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,220 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,221 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdh,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,286 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:57:17,286 INFO program/MainThread: stderr[103]: 2024-03-01 16:57:17,286 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:57:17,287 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:57:17,287 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,305 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,306 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,314 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 16:57:17,314 INFO program/MainThread: stderr[104]: 2024-03-01 16:57:17,314 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:57:17,314 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:57:17,327 INFO program/MainThread: stdout[105]: 2024-03-01 16:57:17,327 INFO program/MainThread: stderr[105]: 2024-03-01 16:57:17,327 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:57:17,328 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,340 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,352 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,353 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:57:17,356 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,359 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,361 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,361 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdg,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,391 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:57:17,392 INFO program/MainThread: stderr[106]: 2024-03-01 16:57:17,392 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:57:17,392 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:57:17,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,409 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,410 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,417 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 16:57:17,417 INFO program/MainThread: stderr[107]: 2024-03-01 16:57:17,418 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:57:17,418 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:57:17,456 INFO program/MainThread: stdout[108]: 2024-03-01 16:57:17,456 INFO program/MainThread: stderr[108]: 2024-03-01 16:57:17,456 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:57:17,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,468 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,469 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,481 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,482 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:57:17,486 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,488 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,491 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,491 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi ... 2024-03-01 16:57:17,521 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:57:17,522 INFO program/MainThread: stderr[109]: 2024-03-01 16:57:17,522 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:57:17,522 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:57:17,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,539 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,540 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,548 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 16:57:17,548 INFO program/MainThread: stderr[110]: 2024-03-01 16:57:17,548 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:57:17,548 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:57:17,561 INFO program/MainThread: stdout[111]: 2024-03-01 16:57:17,561 INFO program/MainThread: stderr[111]: 2024-03-01 16:57:17,561 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:57:17,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,570 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,582 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,583 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:57:17,586 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,589 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,591 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:57:17,591 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdj,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,622 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:57:17,622 INFO program/MainThread: stderr[112]: 2024-03-01 16:57:17,623 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:57:17,623 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:57:17,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,641 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,642 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,649 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 16:57:17,649 INFO program/MainThread: stderr[113]: 2024-03-01 16:57:17,649 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:57:17,649 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:57:17,662 INFO program/MainThread: stdout[114]: 2024-03-01 16:57:17,662 INFO program/MainThread: stderr[114]: 2024-03-01 16:57:17,662 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:57:17,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,674 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,687 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,688 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:17,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,694 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:17,695 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:57:17,703 INFO program/MainThread: stdout: 2024-03-01 16:57:17,703 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:17,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,720 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,733 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,734 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:57:17,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:17,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:57:17,744 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:17,747 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:57:17,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:57:17,750 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,785 INFO program/MainThread: stdout[115]: 2024-03-01 16:57:17,785 INFO program/MainThread: stderr[115]: 2024-03-01 16:57:17,785 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:57:17,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:57:17,792 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,795 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:57:17,798 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,800 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:57:17,803 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:57:17,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:17,808 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,838 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 16:57:17,838 INFO program/MainThread: stderr[116]: 2024-03-01 16:57:17,838 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:57:17,839 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:17,849 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,854 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:17,854 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:57:17,870 INFO program/MainThread: stdout: 2024-03-01 16:57:17,870 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:17,870 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,871 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,896 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,911 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,912 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:57:17,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:17,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:57:17,922 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:17,925 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:57:17,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:57:17,928 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:17,965 INFO program/MainThread: stdout[117]: 2024-03-01 16:57:17,965 INFO program/MainThread: stderr[117]: 2024-03-01 16:57:17,965 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:57:17,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:57:17,972 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,978 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,980 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,983 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:17,986 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:17,988 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,018 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 16:57:18,018 INFO program/MainThread: stderr[118]: 2024-03-01 16:57:18,018 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:57:18,019 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:57:18,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:57:18,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:57:18,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:57:18,050 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,055 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,061 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,066 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,072 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,078 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:57:18,081 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,111 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 16:57:18,111 INFO program/MainThread: stderr[119]: 2024-03-01 16:57:18,111 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:57:18,112 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,161 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:57:18,162 INFO program/MainThread: stderr[120]: 2024-03-01 16:57:18,162 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:57:18,162 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,188 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 16:57:18,188 INFO program/MainThread: stderr[121]: 2024-03-01 16:57:18,188 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:57:18,189 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:57:18,198 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,202 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,211 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,211 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdd,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,268 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:57:18,269 INFO program/MainThread: stderr[122]: 2024-03-01 16:57:18,269 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:57:18,269 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:57:18,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,283 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,284 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,291 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 16:57:18,291 INFO program/MainThread: stderr[123]: 2024-03-01 16:57:18,291 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:57:18,291 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:57:18,303 INFO program/MainThread: stdout[124]: 2024-03-01 16:57:18,303 INFO program/MainThread: stderr[124]: 2024-03-01 16:57:18,303 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:57:18,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,315 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,327 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,328 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:57:18,331 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,334 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,336 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,336 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,364 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:57:18,364 INFO program/MainThread: stderr[125]: 2024-03-01 16:57:18,364 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:57:18,365 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:57:18,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,383 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,384 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,391 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 16:57:18,391 INFO program/MainThread: stderr[126]: 2024-03-01 16:57:18,391 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:57:18,391 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 16:57:18,404 INFO program/MainThread: stdout[127]: 2024-03-01 16:57:18,404 INFO program/MainThread: stderr[127]: 2024-03-01 16:57:18,404 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:57:18,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,417 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,429 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,430 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:57:18,433 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,436 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,438 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:57:18,439 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:57:18,471 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:57:18,472 INFO program/MainThread: stderr[128]: 2024-03-01 16:57:18,472 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:57:18,472 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:57:18,472 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,484 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,485 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,492 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 16:57:18,493 INFO program/MainThread: stderr[129]: 2024-03-01 16:57:18,493 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:57:18,493 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:57:18,506 INFO program/MainThread: stdout[130]: 2024-03-01 16:57:18,506 INFO program/MainThread: stderr[130]: 2024-03-01 16:57:18,506 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:57:18,506 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,518 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,530 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,531 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:18,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,538 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:18,538 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:57:18,545 INFO program/MainThread: stdout: 2024-03-01 16:57:18,545 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:18,545 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,562 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,574 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,575 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:57:18,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:18,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:57:18,585 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:18,588 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:57:18,590 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:57:18,591 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,625 INFO program/MainThread: stdout[131]: 2024-03-01 16:57:18,625 INFO program/MainThread: stderr[131]: 2024-03-01 16:57:18,625 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:57:18,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:57:18,632 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,635 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:57:18,638 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,640 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:57:18,643 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,646 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:57:18,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:18,648 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,678 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 16:57:18,678 INFO program/MainThread: stderr[132]: 2024-03-01 16:57:18,678 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:57:18,679 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:18,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,695 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:18,697 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:57:18,706 INFO program/MainThread: stdout: 2024-03-01 16:57:18,706 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:18,706 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,739 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,752 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,753 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:18,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:18,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:57:18,763 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:18,766 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:57:18,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:57:18,769 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,801 INFO program/MainThread: stdout[133]: 2024-03-01 16:57:18,801 INFO program/MainThread: stderr[133]: 2024-03-01 16:57:18,801 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:57:18,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:57:18,808 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,811 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,814 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,816 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,819 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,822 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,825 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:18,825 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,854 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 16:57:18,854 INFO program/MainThread: stderr[134]: 2024-03-01 16:57:18,854 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:57:18,855 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:18,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:57:18,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:57:18,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:57:18,891 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,897 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,902 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,910 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:18,913 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:18,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:57:18,916 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,949 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 16:57:18,950 INFO program/MainThread: stderr[135]: 2024-03-01 16:57:18,950 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:57:18,950 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:18,994 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:57:18,994 INFO program/MainThread: stderr[136]: 2024-03-01 16:57:18,994 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:57:18,994 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:19,022 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 16:57:19,022 INFO program/MainThread: stderr[137]: 2024-03-01 16:57:19,022 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:57:19,023 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:19,031 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:19,037 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,042 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,042 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:57:19,094 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:57:19,095 INFO program/MainThread: stderr[138]: 2024-03-01 16:57:19,095 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:57:19,095 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:57:19,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,111 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,112 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:57:19,120 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 16:57:19,120 INFO program/MainThread: stderr[139]: 2024-03-01 16:57:19,120 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:57:19,120 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 16:57:19,133 INFO program/MainThread: stdout[140]: 2024-03-01 16:57:19,133 INFO program/MainThread: stderr[140]: 2024-03-01 16:57:19,133 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:57:19,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,145 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,157 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,158 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:19,161 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:19,164 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,167 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,167 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:57:19,195 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:57:19,195 INFO program/MainThread: stderr[141]: 2024-03-01 16:57:19,195 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:57:19,196 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:57:19,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,213 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,214 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:57:19,221 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 16:57:19,221 INFO program/MainThread: stderr[142]: 2024-03-01 16:57:19,221 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:57:19,221 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:57:19,233 INFO program/MainThread: stdout[143]: 2024-03-01 16:57:19,233 INFO program/MainThread: stderr[143]: 2024-03-01 16:57:19,233 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:57:19,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,246 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,258 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,259 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:19,262 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:19,265 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,267 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:57:19,268 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:57:19,295 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:57:19,295 INFO program/MainThread: stderr[144]: 2024-03-01 16:57:19,296 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:57:19,296 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:57:19,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,314 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,315 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:19,323 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 16:57:19,323 INFO program/MainThread: stderr[145]: 2024-03-01 16:57:19,323 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:57:19,323 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:57:19,335 INFO program/MainThread: stdout[146]: 2024-03-01 16:57:19,335 INFO program/MainThread: stderr[146]: 2024-03-01 16:57:19,335 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:57:19,335 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,347 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,359 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,364 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:19,364 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 0x7f823c54ca90> 2024-03-01 16:57:35,873 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_veln4dk2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:38,992 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_20x4yebw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:43,065 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_w_v7x1er/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:43,100 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:43,100 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:43,103 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:43,103 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:57:43,103 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:43,103 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:43,108 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,108 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:43,114 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:43,114 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:43,117 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:43,117 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:43,126 INFO program/MainThread: stdout: 2024-03-01 16:57:43,126 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:43,126 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:43,126 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:43,126 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,126 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:43,127 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:43,127 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:43,127 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:43,127 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:43,127 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:43,128 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:43,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,140 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,153 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:57:43,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:57:43,158 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:57:43,158 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:43,186 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:43,186 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:43,186 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:43,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,198 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:43,199 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:57:43,204 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:43,204 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:43,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:43,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:43,208 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:43,211 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:43,211 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:43,214 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:57:43,215 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,215 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:43,215 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d9cfa8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:57:43,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:43,219 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:43,222 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:57:43,222 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:57:43,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:43,233 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:43,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:43,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:43,236 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:43,239 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:43,239 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:57:43,242 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:57:43,243 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,243 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:43,243 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8943a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:57:43,246 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:43,246 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:43,249 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:57:43,249 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:43,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,260 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:43,260 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:43,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:43,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:43,263 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:43,266 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:43,266 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:57:43,269 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:43,269 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,270 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:43,270 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8943ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:57:43,273 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:43,273 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:43,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:57:43,276 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:57:43,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:43,287 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:43,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:43,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:43,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:43,293 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:43,293 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:57:43,296 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:57:43,296 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,296 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:43,296 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d897cf70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:57:43,299 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:43,299 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:43,302 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:57:43,302 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:57:43,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:43,313 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:43,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:43,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:43,316 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:43,319 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:43,319 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:43,322 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:43,322 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,323 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:43,323 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d890d3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:57:43,326 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:43,326 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:43,329 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:57:43,329 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:57:43,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,339 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:43,340 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:43,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:43,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:43,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:43,345 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:43,346 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:43,348 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:57:43,349 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,349 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:43,349 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8943460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:57:43,352 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:43,352 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:43,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:57:43,355 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:43,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:43,366 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:43,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:43,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:43,369 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:43,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:43,372 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:43,375 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:57:43,375 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,375 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:43,375 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8907b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:57:43,378 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:43,378 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:43,381 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:57:43,381 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:57:43,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,392 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:43,392 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:43,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:43,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:43,395 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:43,398 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:43,398 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:43,401 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:43,401 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,402 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:43,402 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8907fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:57:43,405 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:43,405 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:43,408 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:57:43,408 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:57:43,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,418 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:43,419 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:43,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:43,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:43,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:43,425 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:43,425 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:43,427 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:57:43,428 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,428 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:43,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d89139a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:57:43,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:43,431 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:43,434 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:57:43,434 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:43,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,445 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:43,445 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:43,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:43,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:43,448 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:43,451 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:43,451 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:43,454 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:43,454 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,455 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:43,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d89134f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:57:43,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:43,458 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:43,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:57:43,461 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:57:43,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,471 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:43,472 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:43,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:43,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:43,475 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:43,477 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:43,478 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:43,480 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:57:43,481 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,481 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:43,481 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d890d370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:57:43,484 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:43,484 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:43,487 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:57:43,487 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:57:43,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:43,498 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:43,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:43,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:43,501 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:43,504 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:43,504 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:43,507 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:43,507 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,507 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:43,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d8910730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:57:43,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:43,511 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:43,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:57:43,513 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:43,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:43,523 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:43,523 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:43,523 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:43,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:43,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:43,526 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:43,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:43,529 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:43,532 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:43,532 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:43,532 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:43,532 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5d891d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:43,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:43,539 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,539 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:43,542 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,542 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:43,545 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,545 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:43,548 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:43,551 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:43,553 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:43,556 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:43,566 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 0x7fb5da284b40> 2024-03-01 16:57:43,612 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:43,616 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:43,616 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:43,619 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:57:43,619 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:43,619 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:43,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,627 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:43,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,646 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:43,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:43,669 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:43,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:43,671 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:43,674 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:43,674 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:43,677 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:43,678 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:43,678 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:43,680 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:43,683 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:43,686 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:43,688 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:43,691 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:43,692 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:43,692 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:43,692 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:43,692 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb5d8921fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fb5d89353b0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:43,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:43,698 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,699 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:43,702 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,702 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:43,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:43,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:43,709 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:43,709 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:43,712 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:43,712 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:43,715 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:43,715 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:43,716 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:43,729 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:43,742 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:43,743 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:43,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,754 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:43,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,764 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:43,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,774 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:43,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,784 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:43,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 16:57:43,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,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 16:57:43,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,793 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:57:43,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:43,803 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:43,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:43,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:57:43,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:46,843 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_z5_bnylb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:46,878 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,878 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:46,881 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:46,881 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:57:46,881 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:46,881 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:46,886 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,886 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:46,889 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,890 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:46,892 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,892 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:46,895 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:46,895 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:46,903 INFO program/MainThread: stdout: 2024-03-01 16:57:46,903 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:46,903 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,903 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,903 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,903 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,903 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:46,904 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:46,904 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,904 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:46,904 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,904 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,905 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:46,905 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:46,905 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:46,905 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:46,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:46,917 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,930 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:57:46,934 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:57:46,934 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:57:46,935 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:46,962 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:46,962 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:46,962 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:46,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,973 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:46,975 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:57:46,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:46,980 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:46,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:46,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:46,984 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:46,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:46,987 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:46,990 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:57:46,990 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:46,991 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:46,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100df1c8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:57:46,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:46,994 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:46,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:57:46,998 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:57:47,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:47,009 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:47,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:47,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:47,012 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:47,015 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:47,015 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:57:47,018 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:57:47,019 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,019 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:47,019 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100ce03a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:57:47,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:47,022 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:47,025 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:57:47,025 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:47,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,036 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:47,037 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:47,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:47,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:47,040 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:47,042 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:47,043 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:57:47,046 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:47,046 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,046 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:47,046 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100ce03ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:57:47,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:47,049 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:47,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:57:47,052 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:57:47,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,063 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:47,063 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:47,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:47,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:47,066 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:47,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:47,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 16:57:47,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 16:57:47,073 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,073 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:47,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100ce3df70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:57:47,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:47,076 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:47,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:57:47,079 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:57:47,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:47,090 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:47,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:47,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:47,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:47,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:47,096 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:47,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:47,099 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,099 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:47,099 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdcd3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:57:47,102 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:47,102 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:47,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:57:47,106 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:57:47,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,116 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:47,116 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:47,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:47,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:47,119 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:47,122 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:47,122 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:47,125 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:57:47,125 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,126 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:47,126 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100ce03460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:57:47,129 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:47,129 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:47,132 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:57:47,132 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:57:47,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,142 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:47,143 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:47,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:47,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:47,146 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:47,148 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:47,149 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:47,152 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:57:47,152 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,153 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:47,153 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdc2b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:57:47,156 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:47,156 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:47,159 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:57:47,159 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:57:47,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,169 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:47,169 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:47,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:47,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:47,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:47,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:47,175 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:47,178 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:57:47,178 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,178 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:47,178 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdc2fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:57:47,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:47,181 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:47,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:57:47,184 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:57:47,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,195 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:47,195 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:47,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:47,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:47,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:47,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:47,201 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:47,204 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:57:47,204 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,204 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:47,205 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdd39a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:57:47,208 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:47,208 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:47,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:57:47,211 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:47,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:47,221 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:47,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:47,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:47,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:47,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:47,227 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:47,230 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:47,230 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,231 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:47,231 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdd34f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:57:47,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:47,234 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:47,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:57:47,237 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:57:47,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:47,248 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:47,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:47,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:47,251 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:47,253 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:47,254 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:47,256 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:57:47,257 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,257 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:47,257 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdcd370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:57:47,260 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:47,260 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:47,263 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:57:47,263 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:57:47,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,274 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:47,274 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:47,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:47,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:47,277 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:47,280 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:47,280 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:47,283 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:47,283 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:47,283 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:47,284 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cdd1730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:57:47,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:47,287 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:47,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:57:47,289 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:47,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:47,299 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:47,299 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:47,299 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:47,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:47,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:47,302 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:47,305 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:47,305 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:47,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:47,308 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:47,308 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:47,308 INFO blivet/MainThread: got device: DiskDevice instance (0x7f100cddd490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:57:47,311 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:47,314 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:47,314 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:47,317 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:47,318 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:47,320 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:47,324 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,324 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:47,326 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:47,329 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:47,332 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:47,338 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 0x7f100cdcc0c0> 2024-03-01 16:57:47,373 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:47,377 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:47,377 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:47,381 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:57:47,381 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:47,381 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:47,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,389 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:47,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:47,407 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:47,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:47,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:47,431 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:47,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:47,433 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:47,436 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:47,436 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:47,439 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:47,439 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:47,439 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:47,442 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:47,445 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:47,448 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:47,450 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:47,453 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:47,453 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:47,454 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:47,454 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:47,454 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f100cde2fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f100cdf5540> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:47,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:47,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:47,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:47,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:47,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:47,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:47,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:47,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:47,471 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:47,471 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:47,474 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,474 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:47,477 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:47,477 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:47,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:47,489 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:47,502 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:47,503 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:47,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,514 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:47,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,524 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:47,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,534 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:47,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,544 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:47,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,553 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:57:47,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,563 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:47,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,573 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:57:47,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:57:47,578 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:47,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:57:47,583 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:47,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:57:47,588 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:47,591 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,591 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:57:47,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:47,594 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:47,594 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:47,597 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,597 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:47,600 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,600 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:57:47,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:47,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:47,603 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:47,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,606 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:47,609 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,609 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:57:47,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:57:47,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:47,612 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:47,614 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,614 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:47,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:47,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:47,622 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:47,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:47,628 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:47,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:47,634 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:47,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:47,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:47,638 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:57:47,639 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:47,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,650 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:57:47,651 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,651 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:47,651 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 16:57:47,652 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,652 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:47,655 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,655 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:57:47,657 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:57:47,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:47,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:47,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:57:47,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:47,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:47,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:47,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:57:47,676 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,677 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:47,677 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:57:47,677 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:57:47,680 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:47,680 INFO program/MainThread: stderr[4]: 2024-03-01 16:57:47,680 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:47,681 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:57:47,681 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:47,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:47,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:57:47,686 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:47,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,696 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:57:47,697 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,698 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:47,698 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 16:57:47,698 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,699 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:47,701 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,701 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:57:47,704 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:47,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:47,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:47,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:57:47,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:47,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:47,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:47,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:57:47,723 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:47,724 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:57:47,724 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:57:47,724 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:57:47,724 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:47,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:57:47,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:57:47,727 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:47,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,738 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:57:47,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:57:47,743 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:47,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:57:47,748 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:47,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:57:47,753 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:47,755 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,756 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:57:47,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:47,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:47,759 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:47,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,761 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:47,764 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,764 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:57:47,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:47,767 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:47,767 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:47,770 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,770 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:47,772 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,773 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:57:47,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:57:47,775 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:47,776 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:47,778 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,778 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:47,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:57:47,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:47,785 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:47,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:47,791 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:47,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:47,798 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:47,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:57:47,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:47,802 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:57:47,802 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:47,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,814 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:57:47,814 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,815 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:47,815 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:47,815 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,815 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:47,818 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,818 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:57:47,821 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:47,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:47,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:47,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:57:47,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:47,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:47,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:47,839 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:57:47,840 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,840 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:47,840 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:47,841 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:57:47,841 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:47,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:47,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:57:47,844 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:47,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,855 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:57:47,856 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,856 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:47,856 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 16:57:47,856 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,857 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:47,860 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,860 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:57:47,862 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:47,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:47,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:47,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:47,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:47,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:47,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:47,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:47,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:57:47,881 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:47,882 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:47,882 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:57:47,882 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:57:47,882 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:47,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:57:47,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:57:47,886 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:47,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,897 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:57:47,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:57:47,902 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:47,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:57:47,907 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:47,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:57:47,912 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:47,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:57:47,917 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:47,919 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,919 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:57:47,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:57:47,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:47,922 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:47,925 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,925 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:47,928 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,928 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:57:47,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:47,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:47,931 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:47,934 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,934 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:47,937 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,937 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:57:47,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:57:47,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:47,940 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:47,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,943 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:47,945 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:47,946 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:47,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:47,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:47,949 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:47,951 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:47,951 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:47,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:57:47,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:47,959 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:47,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:47,965 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:47,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:47,971 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:47,975 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:47,978 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:47,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:57:47,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:47,982 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:57:47,982 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:47,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:47,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:47,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:47,995 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:57:47,995 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:47,996 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:47,996 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 16:57:47,996 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:47,997 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:47,999 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,000 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:57:48,002 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:48,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:48,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:48,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:48,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:48,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:48,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:48,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:57:48,021 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,022 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:48,022 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:57:48,022 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:57:48,022 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:57:48,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:57:48,026 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:48,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:48,036 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:57:48,037 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,038 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:48,038 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 16:57:48,038 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,039 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:48,041 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,041 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:57:48,044 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:57:48,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:48,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:48,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:48,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:48,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:48,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:48,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:57:48,063 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,064 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:48,064 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:57:48,064 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:57:48,064 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:48,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:57:48,068 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:48,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:48,078 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:57:48,079 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,080 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:48,080 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 16:57:48,080 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,081 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:48,084 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,084 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:57:48,086 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:48,090 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:48,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:48,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:48,096 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:48,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:48,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:48,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:57:48,106 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,107 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:57:48,107 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:48,107 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:57:48,107 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:48,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:57:48,111 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:48,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:48,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:48,121 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:57:48,122 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,123 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:48,123 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 16:57:48,123 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,124 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:48,127 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,127 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:57:48,130 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:48,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:48,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:48,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:48,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:57:48,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:48,143 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:48,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:48,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:57:48,149 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:48,150 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:57:48,150 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:48,150 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:57:48,150 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:57:48,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:57:48,154 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,155 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:48,156 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,157 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,158 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,158 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,158 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,158 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,158 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:48,160 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:48,162 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:48,165 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:48,167 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:48,167 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:48,170 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:48,170 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 0x7f100de60540> 2024-03-01 16:57:48,170 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:48,202 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:48,202 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:48,203 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:48,203 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:48,203 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:48,204 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:48,204 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:48,204 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:48,205 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:48,205 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:48,205 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:48,206 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:48,206 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:48,206 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:48,207 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:48,207 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,207 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:48,208 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,208 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:48,209 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,209 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:48,209 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,210 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:48,210 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:48,211 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:48,211 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:48,211 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:48,212 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:48,212 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:48,212 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:48,213 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:48,213 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:48,213 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:48,214 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:48,214 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:48,214 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:48,215 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:48,215 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:48,216 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:48,216 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:48,219 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,221 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:57:48,221 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:57:48,229 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,229 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,255 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,268 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,269 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:48,272 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,275 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:57:48,275 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:57:48,282 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,309 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,310 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,322 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,323 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:48,326 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,329 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:57:48,329 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:57:48,338 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,365 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,378 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,379 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:48,382 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,385 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:57:48,385 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:57:48,392 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,416 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,430 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,431 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:48,435 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,437 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:57:48,437 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:57:48,444 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,467 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,476 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,477 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:48,480 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,483 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:57:48,483 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:57:48,490 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,516 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,517 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,530 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,531 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:48,534 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,537 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:57:48,537 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:57:48,544 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,570 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,585 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,585 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:48,589 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,591 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:57:48,591 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:57:48,598 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,624 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,637 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,638 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:48,641 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,644 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:57:48,644 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:57:48,651 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,677 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,678 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,690 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:48,693 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:48,696 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:57:48,696 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:57:48,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,726 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,726 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,738 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,739 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:48,742 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:48,745 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:48,747 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:48,747 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:48,748 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:48,748 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:48,788 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:57:48,788 INFO program/MainThread: stderr[5]: 2024-03-01 16:57:48,788 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:48,788 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:48,795 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:57:48,796 INFO program/MainThread: stderr[6]: 2024-03-01 16:57:48,796 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:48,796 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:57:48,816 INFO program/MainThread: stdout[7]: 2024-03-01 16:57:48,817 INFO program/MainThread: stderr[7]: 2024-03-01 16:57:48,817 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:48,817 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:57:48,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,829 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,833 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:48,833 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:48,835 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:57:48,844 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,865 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,866 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:48,869 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:48,872 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:48,874 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:48,874 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:48,875 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:48,875 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:48,910 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:57:48,911 INFO program/MainThread: stderr[8]: 2024-03-01 16:57:48,911 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:48,911 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:48,921 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:57:48,921 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:48,921 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:48,921 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:57:48,952 INFO program/MainThread: stdout[10]: 2024-03-01 16:57:48,953 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:48,953 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:48,953 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:57:48,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:48,966 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,970 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:48,970 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:57:48,971 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:57:48,981 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:48,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,005 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,006 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:49,009 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,012 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,014 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,015 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:49,015 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:49,015 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:49,054 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:57:49,055 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:49,055 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:49,055 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,065 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:57:49,065 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:49,065 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:49,065 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:57:49,095 INFO program/MainThread: stdout[13]: 2024-03-01 16:57:49,096 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:49,096 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:49,096 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:57:49,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,109 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:49,113 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:57:49,114 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:57:49,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,148 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,149 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:49,152 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,155 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,157 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,157 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:49,158 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:49,158 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:49,191 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:57:49,192 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:49,192 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:49,192 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,203 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:57:49,204 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:49,204 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:49,204 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:57:49,233 INFO program/MainThread: stdout[16]: 2024-03-01 16:57:49,233 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:49,233 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:49,234 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:57:49,234 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,246 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,250 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:49,250 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:49,251 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:57:49,260 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,284 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,285 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:49,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:57:49,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:49,293 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,296 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,299 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,301 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,304 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,307 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,309 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:57:49,315 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,366 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:57:49,367 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:49,367 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:49,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:49,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:49,396 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,412 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,421 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,432 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,452 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,463 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,506 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:49,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:49,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,525 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,526 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:57:49,534 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,546 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,547 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:49,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:49,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:57:49,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:49,559 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:49,562 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,565 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,568 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,571 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,574 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,577 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,580 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,583 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:49,583 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,595 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,600 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:49,600 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,632 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 16:57:49,633 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:49,633 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:49,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:49,637 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,698 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:57:49,699 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:49,699 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:49,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:49,721 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:49,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,757 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:49,762 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:49,763 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:49,772 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,788 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,789 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:49,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,795 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:49,798 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:57:49,798 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:57:49,910 INFO program/MainThread: stdout: 2024-03-01 16:57:49,910 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:49,910 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:49,910 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:49,910 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:49,910 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:49,911 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:49,911 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:49,911 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:49,911 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:49,911 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:49,911 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,911 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:57:49,926 INFO program/MainThread: stdout: 2024-03-01 16:57:49,926 INFO program/MainThread: writing all SBs 2024-03-01 16:57:49,926 INFO program/MainThread: new label = "" 2024-03-01 16:57:49,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,943 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:49,948 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:49,949 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:49,958 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,976 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,977 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:49,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:49,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:57:49,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:49,986 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:50,025 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 16:57:50,025 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:50,025 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:50,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:50,030 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:50,087 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:57:50,088 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:50,088 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:50,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:50,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:50,115 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:50,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:50,143 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:50,151 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:50,151 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:50,160 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:50,177 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,178 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:50,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:50,184 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:50,187 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:57:50,187 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:57:50,992 INFO program/MainThread: stdout: 2024-03-01 16:57:50,992 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:50,992 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:50,992 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:50,992 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:50,992 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:50,992 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:50,993 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:50,993 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:50,993 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:50,993 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:50,993 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:50,993 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:57:51,008 INFO program/MainThread: stdout: 2024-03-01 16:57:51,009 INFO program/MainThread: writing all SBs 2024-03-01 16:57:51,009 INFO program/MainThread: new label = "" 2024-03-01 16:57:51,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,035 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:51,040 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:51,041 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:51,050 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,066 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,067 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:51,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:57:51,077 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:51,077 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:51,109 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 16:57:51,109 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:51,109 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:51,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:51,114 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:51,171 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:57:51,172 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:51,172 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:51,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:51,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:51,193 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:51,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,236 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:51,244 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:57:51,244 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:51,254 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,254 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:51,270 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:51,271 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:51,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:51,277 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:51,280 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:57:51,280 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:57:52,092 INFO program/MainThread: stdout: 2024-03-01 16:57:52,092 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 16:57:52,093 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:52,093 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:52,093 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:52,093 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 16:57:52,093 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:52,093 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:52,093 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:52,093 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:52,093 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:52,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,093 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:57:52,108 INFO program/MainThread: stdout: 2024-03-01 16:57:52,108 INFO program/MainThread: writing all SBs 2024-03-01 16:57:52,108 INFO program/MainThread: new label = "" 2024-03-01 16:57:52,108 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,125 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:52,130 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:52,131 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:52,140 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,158 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,159 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:52,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:52,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:57:52,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,168 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:52,200 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 16:57:52,200 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:52,200 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:52,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:52,204 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:52,260 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:57:52,260 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:52,260 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:52,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:52,277 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:52,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,324 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:57:52,339 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:57:52,339 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:52,349 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,349 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:52,364 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:52,365 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:52,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:52,371 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:52,374 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:57:52,374 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:57:53,178 INFO program/MainThread: stdout: 2024-03-01 16:57:53,178 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 16:57:53,178 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:53,178 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:53,178 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:53,178 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 16:57:53,178 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:53,178 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:53,178 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:53,178 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:53,178 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:53,178 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,179 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:57:53,192 INFO program/MainThread: stdout: 2024-03-01 16:57:53,192 INFO program/MainThread: writing all SBs 2024-03-01 16:57:53,193 INFO program/MainThread: new label = "" 2024-03-01 16:57:53,193 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,210 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:53,214 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:53,216 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:53,225 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,241 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,242 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:53,245 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,248 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,250 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,250 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:53,251 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:53,251 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:53,289 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:57:53,289 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:53,289 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:53,289 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:53,300 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:57:53,300 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:53,300 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:53,300 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:57:53,325 INFO program/MainThread: stdout[28]: 2024-03-01 16:57:53,325 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:53,325 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:53,325 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:57:53,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,340 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,343 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:53,344 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:57:53,345 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:57:53,354 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,354 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,379 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,380 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:53,383 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,386 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,388 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,389 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:53,389 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:53,389 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:53,429 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:57:53,429 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:53,429 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:53,429 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:53,439 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:57:53,439 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:53,439 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:53,439 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:57:53,463 INFO program/MainThread: stdout[31]: 2024-03-01 16:57:53,463 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:53,463 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:53,463 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:57:53,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,476 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,480 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:53,480 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:57:53,481 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:57:53,491 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,516 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,517 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:53,520 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,523 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,525 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,525 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:53,526 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:53,526 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:53,567 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:57:53,568 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:53,568 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:53,568 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:53,577 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:57:53,577 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:53,577 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:53,577 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:57:53,604 INFO program/MainThread: stdout[34]: 2024-03-01 16:57:53,604 INFO program/MainThread: stderr[34]: 2024-03-01 16:57:53,604 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:53,604 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:57:53,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,618 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,622 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:53,622 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:57:53,624 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:57:53,633 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,653 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,654 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:53,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:57:53,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:53,663 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,665 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,668 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,670 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,673 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,676 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:57:53,678 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:53,723 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:57:53,724 INFO program/MainThread: stderr[35]: 2024-03-01 16:57:53,724 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:53,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:53,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:53,753 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,763 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,776 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,785 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,792 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,801 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,833 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:53,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:53,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,853 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,854 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:57:53,862 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,863 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,875 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,876 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:53,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:53,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:57:53,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:53,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:53,891 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,894 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,897 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,900 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,903 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:53,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,918 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:53,923 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:53,954 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:57:53,954 INFO program/MainThread: stderr[36]: 2024-03-01 16:57:53,955 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:53,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:53,959 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:54,017 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:57:54,018 INFO program/MainThread: stderr[37]: 2024-03-01 16:57:54,018 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:54,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:54,039 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:54,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,084 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:54,089 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:57:54,090 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:54,099 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,114 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,115 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:54,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,121 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:54,124 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:57:54,124 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:57:54,258 INFO program/MainThread: stdout: 2024-03-01 16:57:54,259 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 16:57:54,259 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:54,259 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:54,259 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:54,259 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 16:57:54,259 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:54,259 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:54,259 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:54,259 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:54,259 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:54,259 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,260 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:57:54,273 INFO program/MainThread: stdout: 2024-03-01 16:57:54,274 INFO program/MainThread: writing all SBs 2024-03-01 16:57:54,274 INFO program/MainThread: new label = "" 2024-03-01 16:57:54,274 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,274 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,290 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:54,295 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:54,296 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:54,305 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,322 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,322 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:54,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:54,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:57:54,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,332 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:54,364 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 16:57:54,364 INFO program/MainThread: stderr[38]: 2024-03-01 16:57:54,364 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:54,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:54,369 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:54,424 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:57:54,424 INFO program/MainThread: stderr[39]: 2024-03-01 16:57:54,424 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:54,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:54,440 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:54,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,473 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:54,478 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:54,479 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:54,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,488 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,501 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:54,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:54,507 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:54,510 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:57:54,510 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:57:55,340 INFO program/MainThread: stdout: 2024-03-01 16:57:55,340 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:55,340 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:55,340 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:55,340 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:55,340 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:55,340 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:55,341 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:55,341 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:55,341 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:55,341 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:55,341 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,341 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:57:55,354 INFO program/MainThread: stdout: 2024-03-01 16:57:55,355 INFO program/MainThread: writing all SBs 2024-03-01 16:57:55,355 INFO program/MainThread: new label = "" 2024-03-01 16:57:55,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,371 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,375 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:55,375 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:55,377 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:55,385 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,386 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,402 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,403 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:55,406 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,409 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,411 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,411 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:55,412 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:55,412 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:55,445 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:57:55,445 INFO program/MainThread: stderr[40]: 2024-03-01 16:57:55,445 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:55,446 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:55,458 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:57:55,458 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:55,458 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:55,458 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:57:55,489 INFO program/MainThread: stdout[42]: 2024-03-01 16:57:55,490 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:55,490 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:55,490 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:57:55,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,499 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:55,503 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:55,505 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:57:55,513 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,537 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,538 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:55,541 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,544 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,547 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,547 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:55,547 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:55,547 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:55,589 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:57:55,590 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:55,590 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:55,590 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:55,600 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:57:55,600 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:55,600 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:55,600 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:57:55,630 INFO program/MainThread: stdout[45]: 2024-03-01 16:57:55,631 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:55,631 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:55,631 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:57:55,631 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,643 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,647 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:55,647 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:57:55,649 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:57:55,658 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,681 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,682 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,688 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,690 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,690 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:55,691 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:55,691 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:55,730 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:57:55,731 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:55,731 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:55,731 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:55,741 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:57:55,742 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:55,742 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:55,742 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:57:55,769 INFO program/MainThread: stdout[48]: 2024-03-01 16:57:55,770 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:55,770 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:55,770 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:57:55,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,782 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,786 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:55,786 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:57:55,788 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:57:55,797 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,821 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,822 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:55,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:57:55,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:55,830 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,833 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,836 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,838 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,841 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,844 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,846 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:57:55,846 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:55,906 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:57:55,906 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:55,906 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:55,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:55,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:55,931 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,933 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,936 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,939 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,942 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:55,945 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:55,945 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,958 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:55,965 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:55,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,975 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,976 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:57:55,984 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:55,995 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:55,996 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:55,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:56,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:57:56,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:56,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:56,011 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,014 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,017 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,020 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,023 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,026 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:56,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,038 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:56,043 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:56,085 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:57:56,085 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:56,085 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:56,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:56,090 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:56,151 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:57:56,151 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:56,151 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:56,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:56,172 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:56,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,197 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:57:56,202 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:57:56,203 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:56,212 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,212 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,229 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,230 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:56,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,236 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:56,239 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:57:56,239 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:57:56,448 INFO program/MainThread: stdout: 2024-03-01 16:57:56,448 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:57:56,448 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:56,448 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:56,448 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:56,448 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:57:56,448 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:56,448 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:56,448 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:56,448 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:56,448 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:56,448 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,449 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:57:56,463 INFO program/MainThread: stdout: 2024-03-01 16:57:56,464 INFO program/MainThread: writing all SBs 2024-03-01 16:57:56,464 INFO program/MainThread: new label = "" 2024-03-01 16:57:56,464 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,481 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:56,486 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:56,487 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:56,496 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,512 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,513 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:56,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:56,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:57:56,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,522 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:56,556 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 16:57:56,556 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:56,556 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:56,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:56,561 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:56,610 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:57:56,610 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:56,610 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:56,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:56,623 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:56,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,666 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:57:56,671 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:57:56,672 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:56,681 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,681 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,697 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,698 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:56,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:56,704 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,707 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:57:56,707 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:57:57,529 INFO program/MainThread: stdout: 2024-03-01 16:57:57,530 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 16:57:57,530 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:57,530 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:57,530 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:57,531 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 16:57:57,531 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:57,531 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:57,531 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:57,531 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:57,531 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:57,531 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,532 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:57:57,545 INFO program/MainThread: stdout: 2024-03-01 16:57:57,545 INFO program/MainThread: writing all SBs 2024-03-01 16:57:57,545 INFO program/MainThread: new label = "" 2024-03-01 16:57:57,545 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,546 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,572 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:57,577 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:57,578 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:57,587 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,604 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,609 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:57,609 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 0x7f100ce2be50> 2024-03-01 16:57:57,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:57,616 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:57,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:57:57,622 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:57,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:57:57,627 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:57,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:57:57,632 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:57,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:57:57,638 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:57,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:57:57,643 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:57,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:57:57,649 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:57,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:57:57,654 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:57,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:57,659 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:57,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:57:57,665 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:57,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:57:57,670 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:57,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:57:57,675 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:57,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:57:57,680 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:57,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:57:57,685 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:57,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:57:57,690 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:57,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:57,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:57:57,696 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:13,881 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jk6pgejz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:13,915 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:13,915 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:13,918 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:13,918 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:58:13,918 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:13,919 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:13,923 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:13,923 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:13,927 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:13,927 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:13,930 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:13,930 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:13,933 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:13,933 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:13,944 INFO program/MainThread: stdout: 2024-03-01 16:58:13,944 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:13,944 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a 2024-03-01 16:58:13,944 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb 2024-03-01 16:58:13,944 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0be9d0fe-3c15-4014-93f2-9f451f79e74b 2024-03-01 16:58:13,944 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 2024-03-01 16:58:13,944 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms 2024-03-01 16:58:13,944 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 26455d2b-0d7c-41b6-be0e-9f56e5336f31 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4b97a185-75bf-41b2-9236-6a4a9da72e96 2024-03-01 16:58:13,944 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl 2024-03-01 16:58:13,944 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG 2024-03-01 16:58:13,944 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP 2024-03-01 16:58:13,944 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 2024-03-01 16:58:13,944 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cd393019-2203-44a5-b126-d8ce79c5e333 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f 2024-03-01 16:58:13,944 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f 2024-03-01 16:58:13,944 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a 2024-03-01 16:58:13,944 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff 2024-03-01 16:58:13,944 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a 2024-03-01 16:58:13,944 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:13,944 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:13,944 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:13,944 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:13,945 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:13,945 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a sdb 1073741824 root disk brw-rw---- LVM2_member 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0be9d0fe-3c15-4014-93f2-9f451f79e74b sdc 1073741824 root disk brw-rw---- LVM2_member 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 sdd 1073741824 root disk brw-rw---- LVM2_member i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 26455d2b-0d7c-41b6-be0e-9f56e5336f31 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4b97a185-75bf-41b2-9236-6a4a9da72e96 sde 1073741824 root disk brw-rw---- LVM2_member oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl sdf 1073741824 root disk brw-rw---- LVM2_member Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG sdg 1073741824 root disk brw-rw---- LVM2_member m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cd393019-2203-44a5-b126-d8ce79c5e333 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f sdh 1073741824 root disk brw-rw---- LVM2_member iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f sdi 1073741824 root disk brw-rw---- LVM2_member jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a sdj 1073741824 root disk brw-rw---- LVM2_member W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:13,945 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:13,945 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:13,945 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:13,945 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:13,946 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:13,946 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:13,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:13,958 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:13,975 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:58:13,979 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/lvm-pv-uuid-k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd', 'ID_FS_UUID_ENC': 'k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:58:13,980 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:58:13,980 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:14,020 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:14,021 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:14,021 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:14,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,032 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:14,034 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:58:14,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:14,039 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:14,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:14,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:14,043 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:14,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:14,046 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:58:14,049 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:58:14,050 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,050 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:14,050 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5d94a8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:58:14,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:14,057 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,057 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:14,060 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,060 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:14,064 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,064 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:14,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:14,070 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:14,070 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:14,070 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:14,108 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:14,108 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:14,108 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:14,108 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:14,113 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; 2024-03-01 16:58:14,113 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:14,116 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:14,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:14,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,127 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:14,160 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:14,160 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:14,160 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:14,160 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:14,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:14,166 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:14,169 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:14,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:14,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:14,173 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:14,204 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:14,204 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:14,204 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:14,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:14,209 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:14,211 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:14,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:14,217 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:14,217 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:14,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb', 'ID_FS_UUID_ENC': '5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:58:14,221 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:58:14,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:14,232 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:14,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:14,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:14,235 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:14,238 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:14,238 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:58:14,241 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:58:14,241 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,242 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:14,242 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c565a00) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:58:14,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:14,248 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,248 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:14,251 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,251 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:14,254 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,254 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:14,257 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,257 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:14,260 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:14,260 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:14,260 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,298 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:14,298 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). 2024-03-01 16:58:14,298 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:14,299 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:14,302 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:58:14,303 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:14,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:14,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:14,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:14,317 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:14,320 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:14,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:14,325 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,356 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:14,356 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). 2024-03-01 16:58:14,356 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:14,357 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:14,357 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:14,361 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:58:14,361 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:58:14,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,372 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:14,373 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:14,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:14,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:14,376 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:14,378 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:14,379 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:58:14,381 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:58:14,382 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,382 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:14,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4c6c40) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:58:14,386 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:14,386 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:14,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:58:14,389 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:58:14,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,399 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:14,400 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:14,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:14,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:14,403 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:14,405 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:14,406 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:58:14,408 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:58:14,409 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,409 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:14,409 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4c6d90) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:58:14,412 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:14,412 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:14,415 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', 'ID_FS_UUID_ENC': '8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:58:14,415 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:58:14,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,426 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:14,426 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:14,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:14,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:14,429 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:14,432 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:14,432 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:14,435 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:58:14,436 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,436 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:14,436 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4db460) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:58:14,439 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:14,442 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,442 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:14,445 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,445 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:14,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:14,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:14,454 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:14,454 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:14,454 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,489 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:14,489 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:14,489 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:14,490 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:14,493 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:14,494 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:14,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:14,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:14,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:14,508 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:14,511 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:14,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:14,516 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,548 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:14,548 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:14,548 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:14,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:14,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:14,564 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:14,565 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:14,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:14,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:14,572 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:14,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:14,575 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:14,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:14,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:14,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:14,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:14,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:14,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:14,588 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:14,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:14,591 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:14,592 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:58:14,592 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:14,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:14,595 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:14,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:14,598 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:14,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/0be9d0fe-3c15-4014-93f2-9f451f79e74b ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'ID_FS_UUID_ENC': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1149432991'} ; 2024-03-01 16:58:14,602 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:14,603 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:14,606 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:14,606 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:14,606 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:14,606 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:14,608 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:14,609 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:14,609 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:14,609 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:14,611 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:14,611 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:14,611 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:14,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:14,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:14,621 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:14,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:14,622 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:14,618 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4dbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c58d6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:14,622 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:14,625 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:14,625 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:14,626 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:14,629 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:14,633 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,633 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:14,636 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,636 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:14,639 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,639 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:14,642 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,642 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:14,644 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:14,644 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:14,648 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:14,648 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:14,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:14,651 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:14,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:14,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:14,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:14,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:14,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:14,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:14,672 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:14,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:14,676 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:14,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:14,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:14,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:14,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:14,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:14,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:14,689 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:14,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:14,692 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:14,692 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:58:14,692 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:58:14,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:14,695 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:14,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:14,698 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:14,702 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/4aaa49e7-bdac-45d0-ada6-98998200633a ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'ID_FS_UUID_ENC': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1148961853'} ; 2024-03-01 16:58:14,702 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:14,702 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:14,705 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:14,705 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:14,706 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:14,706 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:14,708 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:14,708 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:14,708 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:14,708 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:14,711 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:14,711 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:14,711 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:14,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:58:14,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:14,721 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:14,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:14,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:14,718 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4dbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c58d6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:14,723 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:14,725 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:14,725 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:14,725 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:14,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:14,733 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,733 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:14,736 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,736 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:14,739 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,739 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:14,742 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,742 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:14,743 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:14,746 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:14,746 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:14,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:14,749 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:14,749 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:14,752 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/lvm-pv-uuid-i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms', 'ID_FS_UUID_ENC': 'i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:58:14,752 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:14,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,764 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:14,764 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:14,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:14,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:14,767 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:14,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:14,770 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:14,773 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:14,773 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,774 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:58:14,774 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4da4f0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:58:14,777 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:14,780 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,780 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:14,783 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,783 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:14,786 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,786 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:14,789 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,789 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:14,791 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:14,792 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:14,792 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,829 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:14,829 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:14,829 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:14,830 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:14,834 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:58:14,834 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:58:14,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:14,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:14,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,848 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,888 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:14,888 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:14,888 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:14,889 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:14,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:58:14,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:14,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:14,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:58:14,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:14,900 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:14,934 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:14,934 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:14,934 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:14,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:14,939 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:58:14,942 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:14,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:14,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:14,948 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:14,948 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:14,951 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/lvm-pv-uuid-oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl', 'ID_FS_UUID_ENC': 'oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:58:14,951 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:14,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:14,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:14,962 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:14,963 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:14,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:58:14,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:14,966 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:14,969 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:14,969 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:14,972 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:14,972 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:14,973 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:58:14,973 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4c62e0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:58:14,976 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:14,979 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:14,979 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:58:14,982 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:14,982 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:58:14,985 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,985 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:58:14,988 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:14,988 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:14,991 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:14,991 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:14,991 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:15,025 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:15,025 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:15,025 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:15,026 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:15,029 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:15,030 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:58:15,032 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:15,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:15,044 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:15,046 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:15,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:15,052 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:15,082 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:15,082 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:15,082 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:15,082 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:15,083 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,087 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/lvm-pv-uuid-Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG', 'ID_FS_UUID_ENC': 'Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:58:15,087 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:58:15,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,099 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:15,099 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:15,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:58:15,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:58:15,102 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:15,105 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:15,105 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:58:15,108 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:58:15,109 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,109 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:58:15,109 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5d94a820) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:58:15,112 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:15,115 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,115 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:58:15,118 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,118 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:58:15,121 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:58:15,124 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,124 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:58:15,127 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:15,127 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:15,127 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:15,159 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:15,159 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:15,159 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:15,160 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:15,164 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:15,164 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:58:15,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:15,176 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:15,178 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:15,181 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:15,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:15,187 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc ... 2024-03-01 16:58:15,224 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:15,224 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:15,224 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:15,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:15,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:15,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:15,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:15,244 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:15,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:15,248 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:15,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:15,251 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:15,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:15,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:15,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:15,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:58:15,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:15,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:15,264 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:15,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:15,267 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:15,268 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:15,268 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:58:15,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:15,271 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:15,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:15,274 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:15,278 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa ' '/dev/disk/by-uuid/4b97a185-75bf-41b2-9236-6a4a9da72e96 ' '/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', 'DISKSEQ': '59', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'ID_FS_UUID_ENC': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1147241303'} ; 2024-03-01 16:58:15,278 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:15,278 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:15,281 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:15,281 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:15,281 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:15,282 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:15,284 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:15,284 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:15,284 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:15,284 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:15,287 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:15,287 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:15,287 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:15,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:58:15,296 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:15,297 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:15,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:15,297 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:15,294 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c47e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa 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 (0x7f9c5c4f5c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:15,298 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:15,300 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:58:15,301 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:15,301 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:15,304 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:15,308 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,308 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:58:15,311 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,311 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:58:15,314 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,314 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:58:15,317 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,317 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:58:15,318 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:15,321 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:15,321 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:58:15,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:15,325 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:15,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:15,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:58:15,339 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:15,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:58:15,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:15,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:15,346 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:15,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:15,349 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:15,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:58:15,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:15,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:15,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:15,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:15,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:15,362 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:15,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:15,366 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:15,366 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:58:15,366 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:58:15,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:15,369 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:15,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 16:58:15,372 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:15,376 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/26455d2b-0d7c-41b6-be0e-9f56e5336f31 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'ID_FS_UUID_ENC': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1146831010'} ; 2024-03-01 16:58:15,376 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:15,376 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:15,379 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:58:15,379 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:15,379 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:15,379 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:15,382 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:58:15,382 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:15,382 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:15,382 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:15,384 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:58:15,385 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:15,385 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:15,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:58:15,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:15,395 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:15,395 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:15,396 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:15,392 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c47ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c4f5c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:15,397 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:15,399 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:58:15,399 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:15,399 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:15,403 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:15,407 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,407 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:58:15,410 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,410 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:58:15,413 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,413 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:58:15,416 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,416 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:15,416 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:15,419 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:15,420 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:58:15,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:15,423 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:15,423 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/lvm-pv-uuid-m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'm3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP', 'ID_FS_UUID_ENC': 'm3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:58:15,426 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:58:15,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:15,438 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:15,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:15,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:58:15,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:15,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:15,445 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:58:15,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 16:58:15,448 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,448 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:58:15,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c4da040) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:58:15,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:15,454 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:58:15,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:58:15,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:58:15,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:58:15,466 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:15,466 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:15,466 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdg ... 2024-03-01 16:58:15,503 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:15,503 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,503 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:15,504 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:15,508 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:58:15,508 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:58:15,511 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:15,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,522 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdg ... 2024-03-01 16:58:15,554 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:15,554 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,554 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:15,555 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:15,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:58:15,559 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:15,562 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:15,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:58:15,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:15,566 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdg ... 2024-03-01 16:58:15,605 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:15,605 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,605 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:15,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:15,610 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:58:15,613 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:15,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:15,619 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:15,619 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,622 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/lvm-pv-uuid-iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA', 'ID_FS_UUID_ENC': 'iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:58:15,622 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:58:15,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,634 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:15,634 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:15,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:58:15,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:15,637 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:15,640 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:15,640 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:15,643 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:58:15,643 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,644 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:58:15,644 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c48f7c0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:58:15,647 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:15,650 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,650 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:58:15,653 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,653 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:58:15,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:58:15,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,659 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:15,662 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:15,662 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:15,662 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdg ... 2024-03-01 16:58:15,704 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:15,705 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,705 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:15,705 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:15,709 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; 2024-03-01 16:58:15,709 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:58:15,712 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:15,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:15,723 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:15,726 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:15,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:15,732 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdg ... 2024-03-01 16:58:15,767 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:15,767 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,767 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:15,768 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:15,768 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,772 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/lvm-pv-uuid-jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF', 'ID_FS_UUID_ENC': 'jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:58:15,772 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:58:15,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:15,784 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:15,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:58:15,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:15,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:15,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:15,791 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:15,794 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:58:15,794 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,794 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:58:15,794 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c492220) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:58:15,797 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:15,800 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,801 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:58:15,804 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,804 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:58:15,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:58:15,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:58:15,812 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:15,812 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:15,813 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg ... 2024-03-01 16:58:15,850 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:15,850 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,850 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:15,851 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:15,855 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; 2024-03-01 16:58:15,855 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:58:15,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:15,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:15,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:15,870 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:15,872 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:15,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:15,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:15,878 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg ... 2024-03-01 16:58:15,915 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:15,915 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:15,915 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:15,916 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:15,916 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:15,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/lvm-pv-uuid-W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff', 'ID_FS_UUID_ENC': 'W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:58:15,920 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:58:15,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:15,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:15,932 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:15,933 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:15,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:58:15,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:58:15,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:15,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:15,939 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:15,942 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:58:15,942 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:15,942 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:58:15,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c493910) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:58:15,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:15,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:15,949 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:58:15,952 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:15,952 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:58:15,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:58:15,958 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:15,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:58:15,960 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:15,961 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:15,961 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg ... 2024-03-01 16:58:16,005 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:16,005 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:16,005 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:16,006 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:16,010 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:58:16,010 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:58:16,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:16,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:16,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:16,025 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:16,027 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:16,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:16,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:16,033 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdd,/dev/sdj,/dev/sdh,/dev/sde,/dev/sdb,/dev/sdf,/dev/sdc,/dev/sdi,/dev/sdg ... 2024-03-01 16:58:16,070 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:16,070 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:16,070 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:16,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:58:16,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:16,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:58:16,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:16,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:16,095 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:16,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:16,099 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:16,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:58:16,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:16,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:16,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:58:16,108 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:16,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:16,111 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:16,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:16,115 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:16,115 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:58:16,115 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:58:16,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:16,118 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:16,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:16,121 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:16,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/1042ab07-82e0-423e-937b-5d465b9e326a', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1042ab07-82e0-423e-937b-5d465b9e326a', 'ID_FS_UUID_ENC': '1042ab07-82e0-423e-937b-5d465b9e326a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1145077353'} ; 2024-03-01 16:58:16,125 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:16,125 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,128 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:16,128 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:16,128 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:16,128 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,131 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:16,131 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:16,131 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:16,131 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,133 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:16,134 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:16,134 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:16,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:58:16,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,145 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:16,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,146 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:16,142 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:16,147 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,149 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:16,149 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:16,149 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:16,153 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:16,157 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,157 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:58:16,160 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,160 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:58:16,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:58:16,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:58:16,167 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:16,169 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,170 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:58:16,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:16,173 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:58:16,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:16,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:58:16,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:16,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:16,203 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:16,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:16,207 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:16,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:58:16,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:16,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:16,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:58:16,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:16,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:16,219 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:16,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:16,223 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:16,223 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:58:16,223 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:58:16,226 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:16,226 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:16,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:16,229 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:16,233 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/6da74aac-7317-4a12-86c4-80db4095946f ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6da74aac-7317-4a12-86c4-80db4095946f', 'ID_FS_UUID_ENC': '6da74aac-7317-4a12-86c4-80db4095946f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1143988234'} ; 2024-03-01 16:58:16,233 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:16,233 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,236 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:16,236 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:16,236 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:16,236 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,239 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:16,239 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:16,239 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:16,239 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,241 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:58:16,242 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:16,242 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:16,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:58:16,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,253 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:16,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,254 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:16,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c542160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:16,254 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,257 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:16,257 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:16,257 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:16,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:16,264 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,264 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:58:16,267 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,267 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:58:16,271 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,271 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:58:16,274 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,274 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:58:16,274 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:16,277 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,277 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:58:16,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:16,280 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:58:16,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:16,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:58:16,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:16,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:16,302 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:16,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:16,306 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:58:16,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:16,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:16,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:58:16,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:16,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:16,318 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:16,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:16,322 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,322 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:16,322 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:58:16,325 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:16,325 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:16,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:16,329 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,332 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/cd393019-2203-44a5-b126-d8ce79c5e333 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'ID_FS_UUID_ENC': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142901311'} ; 2024-03-01 16:58:16,332 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:16,332 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,335 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:16,336 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:16,336 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:16,336 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,338 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:16,338 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:16,338 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:16,338 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,341 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:16,341 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:16,341 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:16,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:58:16,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,352 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:16,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,354 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:16,349 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4da2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u 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 (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:16,354 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,357 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:58:16,357 INFO program/MainThread: stderr[54]: 2024-03-01 16:58:16,357 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:16,361 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:16,364 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,365 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:58:16,368 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,368 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:58:16,371 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,371 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:58:16,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:58:16,375 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:16,378 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,378 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:58:16,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:16,381 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:16,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:58:16,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:16,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:58:16,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:16,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:16,403 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:16,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:16,406 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:58:16,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:58:16,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:16,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:16,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:16,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:16,419 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:16,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:16,423 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,423 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:16,423 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:58:16,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:16,426 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:16,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:16,430 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:16,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM ' '/dev/disk/by-uuid/b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'ID_FS_UUID_ENC': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142511339'} ; 2024-03-01 16:58:16,433 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:16,433 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,436 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:58:16,437 INFO program/MainThread: stderr[55]: 2024-03-01 16:58:16,437 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:16,437 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,439 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:58:16,439 INFO program/MainThread: stderr[56]: 2024-03-01 16:58:16,439 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:16,440 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,442 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:58:16,442 INFO program/MainThread: stderr[57]: 2024-03-01 16:58:16,442 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:16,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:58:16,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,454 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,455 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,450 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c58d310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM 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 (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:16,456 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,458 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:58:16,459 INFO program/MainThread: stderr[58]: 2024-03-01 16:58:16,459 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:16,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:16,466 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,466 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:58:16,469 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,469 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:58:16,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:58:16,475 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,476 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:16,476 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:16,479 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,479 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:58:16,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:16,482 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,483 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:16,485 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:58:16,486 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:16,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,496 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:16,497 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:16,497 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:16,497 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:16,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:16,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:58:16,500 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:16,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:16,503 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:16,506 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:16,506 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:16,506 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:58:16,506 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9c5c47e100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:58:16,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:16,512 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,512 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:58:16,515 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,515 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:58:16,519 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,519 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:58:16,522 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,522 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:58:16,525 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:16,527 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:16,530 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:16,537 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 0x7f9c5d94bf40> 2024-03-01 16:58:16,571 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:58:16,575 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:16,576 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:16,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:58:16,579 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:16,579 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:16,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,589 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:16,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:16,604 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:16,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:58:16,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:58:16,631 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:16,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:58:16,633 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:16,636 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:16,637 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:16,639 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:16,640 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:16,640 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:16,643 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:16,646 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:16,648 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:16,651 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:16,654 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:16,654 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:16,655 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:58:16,655 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:16,655 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9c5c487130) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f9c5c484770> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:16,658 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:16,661 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:16,662 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:58:16,665 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:16,665 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:58:16,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,668 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:58:16,671 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:16,671 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:58:16,671 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:16,674 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:16,674 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:58:16,676 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:16,677 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:16,679 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM ' '/dev/disk/by-uuid/b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'ID_FS_UUID_ENC': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142511339'} ; 2024-03-01 16:58:16,680 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:16,680 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,683 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:58:16,683 INFO program/MainThread: stderr[59]: 2024-03-01 16:58:16,683 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:16,683 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,686 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:58:16,686 INFO program/MainThread: stderr[60]: 2024-03-01 16:58:16,686 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:16,686 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,688 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:58:16,689 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:16,689 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:16,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:58:16,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,701 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,702 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,697 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c58d310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:16,703 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:16,706 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:58:16,706 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:16,706 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:16,710 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:16,710 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:16,713 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/cd393019-2203-44a5-b126-d8ce79c5e333 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'ID_FS_UUID_ENC': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142901311'} ; 2024-03-01 16:58:16,713 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:16,713 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,716 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:16,716 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:16,716 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:16,716 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,719 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:16,719 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:16,719 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:16,719 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,721 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:16,721 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:16,721 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:16,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:58:16,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,733 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,734 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,729 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4da2e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:16,735 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:16,738 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:16,738 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:16,738 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:16,742 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:16,742 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:16,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/6da74aac-7317-4a12-86c4-80db4095946f ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6da74aac-7317-4a12-86c4-80db4095946f', 'ID_FS_UUID_ENC': '6da74aac-7317-4a12-86c4-80db4095946f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1143988234'} ; 2024-03-01 16:58:16,745 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:16,745 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,747 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:58:16,748 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:16,748 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:16,748 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,750 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:16,750 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:16,750 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:16,750 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,753 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:16,753 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:16,753 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:16,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:58:16,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,764 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,766 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,760 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c542160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:16,766 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:16,769 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:16,769 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:16,769 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:16,773 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:16,773 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:16,776 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/1042ab07-82e0-423e-937b-5d465b9e326a ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1042ab07-82e0-423e-937b-5d465b9e326a', 'ID_FS_UUID_ENC': '1042ab07-82e0-423e-937b-5d465b9e326a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1145077353'} ; 2024-03-01 16:58:16,776 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:16,776 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,779 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:16,779 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:16,779 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:16,779 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,781 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:16,781 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:16,781 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:16,782 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,784 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:16,784 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:16,784 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:16,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:58:16,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,795 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:16,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:16,791 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c488f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:16,797 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:16,800 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:16,800 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:16,800 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:16,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:16,804 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:16,807 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU ' '/dev/disk/by-uuid/26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'ID_FS_UUID_ENC': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1146831010'} ; 2024-03-01 16:58:16,807 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:16,807 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:16,809 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:16,809 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:16,810 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:16,810 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:16,812 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:58:16,812 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:16,812 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:16,812 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:16,815 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:16,815 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:16,815 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:16,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:58:16,824 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:16,825 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:16,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:16,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:16,822 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c47ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c4f5c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:16,826 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:16,829 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:16,829 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:16,829 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:16,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:16,833 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:16,836 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/4b97a185-75bf-41b2-9236-6a4a9da72e96 ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'ID_FS_UUID_ENC': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1147241303'} ; 2024-03-01 16:58:16,836 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:16,836 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:16,838 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:16,839 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:16,839 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:16,839 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:16,841 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:16,841 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:16,841 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:16,841 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:16,844 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:16,844 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:16,844 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:16,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:58:16,854 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:16,854 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:16,855 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:16,855 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:16,852 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c47e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c4f5c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:16,856 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:16,859 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:16,859 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:16,859 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:16,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:16,862 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:16,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/4aaa49e7-bdac-45d0-ada6-98998200633a ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'ID_FS_UUID_ENC': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1148961853'} ; 2024-03-01 16:58:16,865 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:16,866 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,868 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:16,868 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:16,868 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:16,868 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,871 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:16,871 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:16,871 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:16,871 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,873 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:58:16,874 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:16,874 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:16,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:58:16,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,884 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:16,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,885 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:16,881 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4dbdc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c58d6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:16,885 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:16,888 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:16,888 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:16,888 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:16,891 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:16,891 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:16,894 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD ' '/dev/disk/by-uuid/0be9d0fe-3c15-4014-93f2-9f451f79e74b ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'ID_FS_UUID_ENC': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1149432991'} ; 2024-03-01 16:58:16,894 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:16,895 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,897 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:16,897 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:16,897 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:16,897 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,900 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:16,900 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:16,900 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:16,900 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,902 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:16,903 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:16,903 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:16,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:58:16,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,913 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:16,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:16,914 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:16,910 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9c5c4dbf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9c5c58d6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:16,914 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:16,917 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:16,917 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:16,917 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:16,920 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:16,921 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:16,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:16,933 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:16,951 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:16,952 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:16,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:16,964 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:16,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:16,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:16,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:16,986 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:16,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:16,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:16,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:16,996 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:16,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:17,006 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:58:17,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:17,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:17,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:17,017 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:20,059 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ttd828hr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:20,095 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,095 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:20,098 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:20,098 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:58:20,098 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:20,099 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:20,103 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,103 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:20,106 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,106 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:20,109 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,109 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:20,112 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,112 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:20,123 INFO program/MainThread: stdout: 2024-03-01 16:58:20,123 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:20,123 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a 2024-03-01 16:58:20,123 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb 2024-03-01 16:58:20,123 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0be9d0fe-3c15-4014-93f2-9f451f79e74b 2024-03-01 16:58:20,123 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 2024-03-01 16:58:20,123 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms 2024-03-01 16:58:20,123 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 26455d2b-0d7c-41b6-be0e-9f56e5336f31 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4b97a185-75bf-41b2-9236-6a4a9da72e96 2024-03-01 16:58:20,123 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl 2024-03-01 16:58:20,123 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG 2024-03-01 16:58:20,123 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP 2024-03-01 16:58:20,123 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 2024-03-01 16:58:20,123 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cd393019-2203-44a5-b126-d8ce79c5e333 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f 2024-03-01 16:58:20,123 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f 2024-03-01 16:58:20,123 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF 2024-03-01 16:58:20,123 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a 2024-03-01 16:58:20,123 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff 2024-03-01 16:58:20,124 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a 2024-03-01 16:58:20,124 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,124 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,124 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:20,124 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:20,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,124 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a sdb 1073741824 root disk brw-rw---- LVM2_member 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 4aaa49e7-bdac-45d0-ada6-98998200633a `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0be9d0fe-3c15-4014-93f2-9f451f79e74b sdc 1073741824 root disk brw-rw---- LVM2_member 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 sdd 1073741824 root disk brw-rw---- LVM2_member i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 26455d2b-0d7c-41b6-be0e-9f56e5336f31 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4b97a185-75bf-41b2-9236-6a4a9da72e96 sde 1073741824 root disk brw-rw---- LVM2_member oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl sdf 1073741824 root disk brw-rw---- LVM2_member Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG sdg 1073741824 root disk brw-rw---- LVM2_member m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cd393019-2203-44a5-b126-d8ce79c5e333 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f sdh 1073741824 root disk brw-rw---- LVM2_member iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6da74aac-7317-4a12-86c4-80db4095946f sdi 1073741824 root disk brw-rw---- LVM2_member jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a sdj 1073741824 root disk brw-rw---- LVM2_member W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 1042ab07-82e0-423e-937b-5d465b9e326a sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:20,124 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,124 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,124 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:20,125 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,125 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:20,125 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:20,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:20,137 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,154 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:58:20,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/lvm-pv-uuid-k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd', 'ID_FS_UUID_ENC': 'k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:58:20,158 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:58:20,159 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:20,198 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:20,198 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:20,198 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:20,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,210 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:20,211 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:58:20,216 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:20,217 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:20,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:20,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:20,221 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:20,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:20,224 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:58:20,227 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:58:20,228 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,228 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:20,228 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f2d9a8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:58:20,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:20,235 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,235 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:20,238 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,238 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:20,242 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,242 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:20,245 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,245 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:20,248 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:20,248 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:20,248 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:20,286 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:20,286 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:20,286 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:20,287 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:20,291 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; 2024-03-01 16:58:20,291 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:20,294 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:20,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:20,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,306 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:20,338 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:20,338 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:20,338 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:20,339 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:20,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:20,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:20,348 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:20,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:20,351 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:20,351 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:58:20,389 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:20,389 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb. WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:58:20,389 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:20,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:20,394 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:20,397 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:20,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:20,403 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:20,403 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:20,406 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb', 'ID_FS_UUID_ENC': '5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:58:20,406 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:58:20,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,417 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:20,418 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:20,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:20,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:20,421 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:20,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:20,424 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:58:20,427 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:58:20,427 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,428 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:20,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1c65a00) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:58:20,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:20,434 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,434 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:20,437 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,437 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:20,440 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,440 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:20,443 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,443 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:20,446 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:20,446 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:20,446 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:58:20,481 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:20,481 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). 2024-03-01 16:58:20,481 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:20,482 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:20,485 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:58:20,486 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:20,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:20,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:20,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:20,500 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:20,503 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:20,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:20,508 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 16:58:20,542 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:20,542 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0. WARNING: VG test_vg1 is missing PV 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 (last written to /dev/sdc). 2024-03-01 16:58:20,542 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:20,543 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:20,543 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:20,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:58:20,547 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:58:20,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:20,559 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:20,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:20,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:20,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:20,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:20,565 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:58:20,568 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:58:20,568 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,569 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:20,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bc5c40) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:58:20,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:20,572 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:20,575 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:58:20,575 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:58:20,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:20,586 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:20,586 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:20,586 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:20,589 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:20,592 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:20,592 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:58:20,595 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:58:20,595 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,596 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:20,596 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bc5d90) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:58:20,599 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:20,599 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:20,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/lvm-pv-uuid-8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', 'ID_FS_UUID_ENC': '8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:58:20,602 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:58:20,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,612 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:20,613 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:20,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:20,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:20,616 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:20,619 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:20,619 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:20,622 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:58:20,622 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,622 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:20,622 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bda460) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:58:20,626 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:20,629 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,629 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:20,632 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,632 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:20,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:20,638 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,638 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:20,641 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:20,641 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:20,641 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:20,679 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:58:20,680 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:20,680 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:20,680 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:20,684 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:20,684 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:20,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:20,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:20,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:20,699 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:20,701 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:20,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx ; incomplete: True ; hidden: False ; 2024-03-01 16:58:20,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:20,707 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:20,742 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:20,742 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:20,742 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:20,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:20,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:20,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:20,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:20,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:20,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:20,765 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:20,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:20,769 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:20,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:20,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:20,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:20,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:20,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:20,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:20,782 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:20,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:20,785 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:20,785 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:58:20,785 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:20,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:20,788 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:20,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:20,792 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:20,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/0be9d0fe-3c15-4014-93f2-9f451f79e74b ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'ID_FS_UUID_ENC': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1149432991'} ; 2024-03-01 16:58:20,796 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:20,797 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:20,800 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:20,800 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:20,800 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:20,800 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:20,802 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:20,803 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:20,803 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:20,803 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:20,805 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:20,805 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:20,805 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:20,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:20,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:20,815 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:20,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:20,816 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:58:20,812 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:20,816 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:20,819 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:20,819 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:20,819 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:20,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:20,826 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,826 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:20,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,830 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:20,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:20,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:20,838 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:20,838 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:20,841 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:20,841 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:20,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:20,845 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:20,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:20,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:20,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:20,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:20,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:20,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:20,866 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:20,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:20,869 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:20,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:58:20,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:20,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:20,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:20,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:58:20,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:20,882 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:20,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:20,886 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:20,886 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:58:20,886 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:58:20,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:20,889 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:20,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:20,892 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:20,895 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/4aaa49e7-bdac-45d0-ada6-98998200633a', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'ID_FS_UUID_ENC': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1148961853'} ; 2024-03-01 16:58:20,896 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:20,896 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:20,899 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:20,899 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:20,899 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:20,899 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:20,902 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:20,902 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:20,902 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:20,902 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:20,904 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:20,904 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:20,904 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:20,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:58:20,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:20,915 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:20,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:20,916 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:20,912 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:20,916 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:20,919 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:20,919 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:20,919 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:20,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:20,927 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,927 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:58:20,930 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,930 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:58:20,933 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,933 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:58:20,937 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,937 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:20,937 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:58:20,940 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:20,940 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:58:20,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:20,943 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:20,944 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:20,947 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/lvm-pv-uuid-i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms', 'ID_FS_UUID_ENC': 'i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:58:20,947 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:20,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:20,959 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:20,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:20,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:20,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:20,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:20,965 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:20,968 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:20,968 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,969 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:58:20,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bd44f0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:58:20,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:20,975 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:20,975 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:20,978 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:20,978 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:20,981 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,981 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:20,984 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:20,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:20,987 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:58:20,987 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:20,987 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb,/dev/sdd ... 2024-03-01 16:58:21,019 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:21,019 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:21,019 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:21,020 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:58:21,024 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:58:21,024 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:58:21,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:21,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:21,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,038 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb,/dev/sdd ... 2024-03-01 16:58:21,070 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:21,070 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:21,070 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:21,070 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:21,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:58:21,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:21,078 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:21,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:58:21,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:21,081 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb,/dev/sdd ... 2024-03-01 16:58:21,115 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:21,115 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl. WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:21,115 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:21,119 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:58:21,120 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:58:21,123 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:58:21,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:21,129 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:21,129 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:21,132 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/lvm-pv-uuid-oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl', 'ID_FS_UUID_ENC': 'oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:58:21,132 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:21,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,143 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:21,144 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:21,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:58:21,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:58:21,147 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:21,150 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:21,150 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:21,153 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:21,153 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,153 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:58:21,154 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bc52e0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:58:21,157 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:21,160 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,160 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:58:21,163 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,163 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:58:21,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:58:21,169 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,169 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:58:21,172 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:58:21,172 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:21,172 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,205 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:21,205 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:21,205 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:21,206 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:58:21,210 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:21,210 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:58:21,213 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:21,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:58:21,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:21,224 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:21,227 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:58:21,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:21,233 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,270 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:21,270 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG. WARNING: VG test_vg2 is missing PV Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG (last written to /dev/sdf). 2024-03-01 16:58:21,270 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:21,271 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:58:21,271 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:21,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/lvm-pv-uuid-Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG', 'ID_FS_UUID_ENC': 'Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:58:21,275 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:58:21,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,287 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:21,287 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:21,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:58:21,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:58:21,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:21,293 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:21,294 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:58:21,296 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:58:21,297 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,297 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:58:21,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f2d9a820) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:58:21,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:21,303 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,303 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:58:21,306 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,307 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:58:21,310 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,310 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:58:21,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:58:21,315 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:58:21,315 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:21,316 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,356 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:58:21,356 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:21,356 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:21,357 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:58:21,360 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:21,361 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:58:21,364 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:21,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:21,372 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:21,375 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:21,378 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:58:21,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:21,384 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,424 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:21,424 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:21,424 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:21,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:21,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:21,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:21,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:21,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:21,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:21,447 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:21,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:21,451 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:21,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:58:21,454 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:21,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:21,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:58:21,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:58:21,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:21,464 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:21,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:21,468 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:21,468 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:21,468 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:58:21,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:21,471 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:21,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:21,474 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:21,478 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/4b97a185-75bf-41b2-9236-6a4a9da72e96 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'ID_FS_UUID_ENC': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1147241303'} ; 2024-03-01 16:58:21,478 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:21,478 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:21,481 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:58:21,481 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:21,481 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:21,482 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:21,484 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:58:21,484 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:21,484 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:21,484 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:21,487 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:58:21,487 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:21,487 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:21,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:58:21,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:21,497 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:21,497 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:21,497 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:58:21,494 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa 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 (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:21,498 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:21,500 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:58:21,501 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:21,501 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:21,504 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:21,508 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,508 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:58:21,511 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,511 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:58:21,514 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,514 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:58:21,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,518 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:58:21,518 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:58:21,521 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:21,522 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:58:21,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:21,525 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:21,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:21,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:58:21,539 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:21,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:58:21,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:21,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:21,546 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:21,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:21,550 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:21,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:58:21,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:21,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:21,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:21,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:58:21,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:21,563 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:21,566 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:21,566 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:21,566 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:58:21,567 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:58:21,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:21,570 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:21,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:21,573 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:21,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/26455d2b-0d7c-41b6-be0e-9f56e5336f31 ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'ID_FS_UUID_ENC': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1146831010'} ; 2024-03-01 16:58:21,576 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:21,577 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:21,580 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:58:21,580 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:21,580 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:21,580 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:21,583 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:58:21,583 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:21,583 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:21,583 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:21,586 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:58:21,586 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:21,586 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:21,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:58:21,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:21,596 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:21,596 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:21,597 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:21,593 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:21,598 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:21,600 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:58:21,600 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:21,600 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:21,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:21,608 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,608 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:58:21,611 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,611 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:58:21,614 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,614 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:58:21,617 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,617 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:58:21,618 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:58:21,621 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:21,621 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:58:21,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:21,624 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:21,624 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:21,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'm3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP', 'ID_FS_UUID_ENC': 'm3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:58:21,627 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:58:21,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,639 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:21,639 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:21,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:58:21,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:58:21,643 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:21,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:21,646 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:58:21,648 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:58:21,649 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,649 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:58:21,649 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1bd4040) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:58:21,652 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:21,655 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,655 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:58:21,658 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,658 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:58:21,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:58:21,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:58:21,667 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:58:21,667 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:21,667 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,709 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:21,709 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:21,709 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:21,710 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:58:21,714 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:58:21,714 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:58:21,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:21,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:21,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,728 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,769 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:21,769 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:21,769 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:21,770 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:21,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:58:21,774 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:21,778 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:21,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:58:21,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:21,781 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,814 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:21,814 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA. WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:21,814 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:21,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:58:21,819 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:58:21,822 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:58:21,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:21,828 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:21,828 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:21,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/lvm-pv-uuid-iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA', 'ID_FS_UUID_ENC': 'iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:58:21,831 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:58:21,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,843 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:21,843 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:21,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:58:21,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:58:21,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:21,849 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:21,849 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:21,852 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:58:21,853 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,853 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:58:21,853 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1b907c0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:58:21,856 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:21,859 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,859 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:58:21,862 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,862 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:58:21,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:58:21,868 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:58:21,871 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:58:21,871 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:21,871 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,913 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:21,913 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:21,913 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:21,914 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:58:21,917 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; 2024-03-01 16:58:21,918 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:58:21,920 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:21,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:58:21,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:21,932 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:21,934 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:58:21,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:21,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:21,940 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:21,982 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:21,982 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF. WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:21,982 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:21,983 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:21,983 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:21,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF', 'ID_FS_UUID_ENC': 'jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:58:21,987 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:58:21,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,999 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:22,000 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:22,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:58:22,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:58:22,003 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:22,006 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:22,006 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:22,009 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:58:22,009 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:22,009 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:58:22,010 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1b93220) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:58:22,013 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:22,016 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,016 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:58:22,019 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,019 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:58:22,022 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,022 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:58:22,025 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,025 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:58:22,028 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:58:22,028 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:22,028 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:22,059 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:22,059 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:22,060 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:22,060 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:58:22,064 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; 2024-03-01 16:58:22,064 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:58:22,067 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:22,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:22,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:22,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:22,079 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:22,081 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:58:22,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:22,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:22,087 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:22,120 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:22,120 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff. WARNING: VG test_vg3 is missing PV W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:58:22,120 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:22,121 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:58:22,121 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:22,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/lvm-pv-uuid-W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff', 'ID_FS_UUID_ENC': 'W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:58:22,125 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:58:22,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,137 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:22,138 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:22,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:58:22,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:58:22,141 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:22,144 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:22,144 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:22,147 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:58:22,147 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:22,148 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:58:22,148 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1b94910) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:58:22,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:22,154 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,154 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:58:22,157 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,157 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:58:22,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:58:22,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:58:22,166 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:58:22,166 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:22,166 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:22,207 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=k6pobH-DJqR-kpm3-vcKY-HVHS-4Y9d-7wq1Yd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=5M1Lkn-lfiA-8c9o-Bv7D-21uF-VTaK-Q4Ywtb LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=8lmA19-qlDr-3lD3-llMT-j67T-8XQZ-PLf3N0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=i1WfHE-WDhF-GSNV-0K4E-9LrD-hUZx-VMkbms LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=oobpe0-rCvV-hINo-mtWG-wB8V-U3Sy-CMXbrl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=Qf9Tnv-Ct7U-44Uk-xlES-riIR-Dfct-LyCANG LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=m3WSdY-oTIO-yLJH-SaNx-FH6q-LHDZ-GagkqP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=iI4Ztq-3fGQ-WttG-9dgp-JkhB-4JZe-Phb5RA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=jAKFAp-GafE-aEG6-2j82-QFfc-bbLY-a9dNrF LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:58:22,207 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:22,207 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:22,208 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:58:22,212 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: W0u8yA-NZn1-WnVr-w0zZ-8VpL-YunE-503qff ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:58:22,212 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:58:22,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:22,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:22,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:22,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:22,227 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:22,229 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:58:22,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV ; incomplete: True ; hidden: False ; 2024-03-01 16:58:22,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:22,235 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:22,272 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:58:22,272 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:22,272 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:22,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:22,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:58:22,289 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:22,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:58:22,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:22,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:22,295 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:22,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:22,299 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:22,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:58:22,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:22,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:22,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:58:22,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:58:22,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:22,312 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:22,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:22,315 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:22,316 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:58:22,316 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:58:22,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:22,319 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:22,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:22,322 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:22,325 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/1042ab07-82e0-423e-937b-5d465b9e326a', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1042ab07-82e0-423e-937b-5d465b9e326a', 'ID_FS_UUID_ENC': '1042ab07-82e0-423e-937b-5d465b9e326a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1145077353'} ; 2024-03-01 16:58:22,326 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:22,326 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,329 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:58:22,329 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:22,329 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:22,329 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,332 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:58:22,332 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:22,332 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:22,332 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,334 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:58:22,335 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:22,335 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:22,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:58:22,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,346 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:22,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,347 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:58:22,343 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:22,347 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,350 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:58:22,350 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:22,350 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:22,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:22,357 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,357 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:58:22,361 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,361 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:58:22,364 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,364 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:58:22,367 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,367 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:58:22,367 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:58:22,370 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,371 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:58:22,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:22,374 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:22,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:58:22,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:22,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:58:22,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:22,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:22,404 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:22,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:22,408 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:22,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:58:22,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:22,414 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:22,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:58:22,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:58:22,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:22,421 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:22,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:22,425 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:22,425 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:58:22,425 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:58:22,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:22,428 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:22,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:22,431 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:22,435 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/6da74aac-7317-4a12-86c4-80db4095946f ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6da74aac-7317-4a12-86c4-80db4095946f', 'ID_FS_UUID_ENC': '6da74aac-7317-4a12-86c4-80db4095946f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1143988234'} ; 2024-03-01 16:58:22,435 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:22,435 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,438 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:58:22,438 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:22,438 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:22,438 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,441 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:58:22,441 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:22,441 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:22,441 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,444 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:58:22,444 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:22,444 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:22,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:58:22,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,455 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:22,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,456 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:58:22,452 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:22,457 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,459 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:58:22,459 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:22,459 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:22,463 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:22,467 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,467 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:58:22,470 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,470 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:58:22,473 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,473 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:58:22,476 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,476 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:58:22,477 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:58:22,480 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,480 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:58:22,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:22,483 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:22,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:58:22,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:22,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:58:22,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:22,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:22,505 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:22,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:22,508 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:58:22,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:22,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:22,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:58:22,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:58:22,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:22,521 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:22,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:22,525 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,525 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:22,525 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:58:22,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:22,528 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58: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 16:58:22,531 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/cd393019-2203-44a5-b126-d8ce79c5e333', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'ID_FS_UUID_ENC': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142901311'} ; 2024-03-01 16:58:22,535 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:22,535 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,538 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:58:22,538 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:22,538 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:22,538 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,541 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:58:22,541 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:22,541 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:22,541 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,543 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:58:22,544 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:22,544 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:22,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:58:22,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,555 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:22,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,556 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:58:22,551 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u 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 (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:22,557 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,559 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:58:22,560 INFO program/MainThread: stderr[54]: 2024-03-01 16:58:22,560 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:58:22,563 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:22,567 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,567 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:58:22,570 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,570 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:58:22,573 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,574 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:58:22,577 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,577 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:58:22,577 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:58:22,580 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,580 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:58:22,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:22,583 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:22,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:58:22,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:22,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:58:22,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:22,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:22,605 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:22,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:22,609 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:58:22,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:58:22,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:22,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:58:22,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:58:22,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:22,622 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:22,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:22,625 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,625 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:22,625 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:58:22,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:22,628 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:22,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:22,632 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:22,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'ID_FS_UUID_ENC': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142511339'} ; 2024-03-01 16:58:22,635 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:22,636 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,639 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:58:22,639 INFO program/MainThread: stderr[55]: 2024-03-01 16:58:22,639 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:58:22,639 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,642 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:58:22,642 INFO program/MainThread: stderr[56]: 2024-03-01 16:58:22,642 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:58:22,642 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,644 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:58:22,644 INFO program/MainThread: stderr[57]: 2024-03-01 16:58:22,644 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:58:22,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:58:22,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,656 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,657 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,652 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM 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 (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:22,658 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,661 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:58:22,661 INFO program/MainThread: stderr[58]: 2024-03-01 16:58:22,661 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:58:22,665 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:22,668 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,668 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:58:22,671 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,671 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:58:22,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:58:22,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:58:22,678 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:58:22,681 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,681 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:58:22,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:22,685 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,685 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:22,688 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:58:22,688 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:22,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,699 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:22,699 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:22,699 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:22,699 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:22,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:58:22,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:58:22,702 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:22,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:22,705 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:22,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:22,708 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:22,709 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:58:22,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff9f1b7e100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:58:22,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:22,715 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,715 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:58:22,718 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,718 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:58:22,721 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,721 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:58:22,724 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,724 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:58:22,727 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:22,730 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:22,733 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:22,739 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 0x7ff9f2d7c540> 2024-03-01 16:58:22,774 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:58:22,778 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:22,778 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:22,781 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:58:22,782 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:22,782 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:22,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,791 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:22,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:22,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:22,811 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:22,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:58:22,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:58:22,837 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:22,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:58:22,840 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:22,843 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:22,843 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:22,846 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:22,846 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:22,847 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:22,849 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:22,852 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:22,855 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:22,858 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:22,861 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:22,861 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:22,861 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:58:22,862 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:22,861 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff9f1b86130) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff9f446d310> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:22,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:22,868 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:22,868 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:58:22,871 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:22,871 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:58:22,874 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,874 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:58:22,877 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:22,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:58:22,877 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:22,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:22,880 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:58:22,883 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:22,883 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:22,886 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b7f6abd0-5659-4fa6-9386-a1ce3065d6b2 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '54', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVzIIWFVPK0nl5XQDDq7OXaCNOj1RRq3LM', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'ID_FS_UUID_ENC': 'b7f6abd0-5659-4fa6-9386-a1ce3065d6b2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142511339'} ; 2024-03-01 16:58:22,886 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:22,886 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,889 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:58:22,890 INFO program/MainThread: stderr[59]: 2024-03-01 16:58:22,890 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:58:22,890 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,892 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:58:22,892 INFO program/MainThread: stderr[60]: 2024-03-01 16:58:22,892 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:58:22,892 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,895 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:58:22,895 INFO program/MainThread: stderr[61]: 2024-03-01 16:58:22,895 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:58:22,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:58:22,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,908 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,903 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:22,909 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:58:22,912 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:58:22,912 INFO program/MainThread: stderr[62]: 2024-03-01 16:58:22,912 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:58:22,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:58:22,915 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:58:22,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/cd393019-2203-44a5-b126-d8ce79c5e333 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVlPrHYEomwq9k8y2ABUyNRLqpzcx94f6u', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'ID_FS_UUID_ENC': 'cd393019-2203-44a5-b126-d8ce79c5e333', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1142901311'} ; 2024-03-01 16:58:22,918 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:58:22,919 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,921 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:58:22,921 INFO program/MainThread: stderr[63]: 2024-03-01 16:58:22,921 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:58:22,921 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,924 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:58:22,924 INFO program/MainThread: stderr[64]: 2024-03-01 16:58:22,924 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:58:22,924 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,927 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:58:22,927 INFO program/MainThread: stderr[65]: 2024-03-01 16:58:22,927 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:58:22,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:58:22,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,938 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,939 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,934 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:22,940 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:58:22,943 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:58:22,943 INFO program/MainThread: stderr[66]: 2024-03-01 16:58:22,943 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:58:22,947 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:58:22,947 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:58:22,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/6da74aac-7317-4a12-86c4-80db4095946f ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '56', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVw2HoPG3kxrYWtWbZXzx3ajraNW3V2q7f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6da74aac-7317-4a12-86c4-80db4095946f', 'ID_FS_UUID_ENC': '6da74aac-7317-4a12-86c4-80db4095946f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1143988234'} ; 2024-03-01 16:58:22,950 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:58:22,950 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,952 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:58:22,953 INFO program/MainThread: stderr[67]: 2024-03-01 16:58:22,953 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:58:22,953 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,955 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:58:22,955 INFO program/MainThread: stderr[68]: 2024-03-01 16:58:22,955 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:58:22,955 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,958 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:58:22,958 INFO program/MainThread: stderr[69]: 2024-03-01 16:58:22,958 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:58:22,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:58:22,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,969 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:22,971 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,965 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:22,971 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:58:22,974 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:58:22,974 INFO program/MainThread: stderr[70]: 2024-03-01 16:58:22,974 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:58:22,978 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:58:22,978 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:58:22,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz ' '/dev/disk/by-uuid/1042ab07-82e0-423e-937b-5d465b9e326a ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '57', '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-AlUbR6x82rrMQoCW1ccNJtN3MlCQKFmVGfyqhvepwthDsZ91z3na1xaCw5w1gKtz', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1042ab07-82e0-423e-937b-5d465b9e326a', 'ID_FS_UUID_ENC': '1042ab07-82e0-423e-937b-5d465b9e326a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1145077353'} ; 2024-03-01 16:58:22,981 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:58:22,981 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,984 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:58:22,984 INFO program/MainThread: stderr[71]: 2024-03-01 16:58:22,984 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:58:22,984 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,986 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:58:22,986 INFO program/MainThread: stderr[72]: 2024-03-01 16:58:22,987 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:58:22,987 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:22,989 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:58:22,989 INFO program/MainThread: stderr[73]: 2024-03-01 16:58:22,989 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:58:22,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:22,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:58:22,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,000 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,002 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:22,996 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,002 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:58:23,005 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:58:23,005 INFO program/MainThread: stderr[74]: 2024-03-01 16:58:23,005 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:58:23,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:58:23,009 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:58:23,011 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/26455d2b-0d7c-41b6-be0e-9f56e5336f31 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '58', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZTXdsfQGflOiN6QImPfGs0zC75RgeYQZU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'ID_FS_UUID_ENC': '26455d2b-0d7c-41b6-be0e-9f56e5336f31', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1146831010'} ; 2024-03-01 16:58:23,012 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:58:23,012 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,014 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:58:23,014 INFO program/MainThread: stderr[75]: 2024-03-01 16:58:23,014 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:58:23,015 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,017 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:58:23,017 INFO program/MainThread: stderr[76]: 2024-03-01 16:58:23,017 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:58:23,017 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,020 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:58:23,020 INFO program/MainThread: stderr[77]: 2024-03-01 16:58:23,020 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:58:23,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:58:23,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,030 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,031 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,027 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,032 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:58:23,034 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:58:23,035 INFO program/MainThread: stderr[78]: 2024-03-01 16:58:23,035 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:58:23,038 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:58:23,038 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:58:23,041 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/4b97a185-75bf-41b2-9236-6a4a9da72e96 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '59', '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-fWFGSpUdzWHnYURANVdzStsWSA2tLM8ZaKvaFgC26yKc2egDD3CshPSydmcYhZMa', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'ID_FS_UUID_ENC': '4b97a185-75bf-41b2-9236-6a4a9da72e96', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1147241303'} ; 2024-03-01 16:58:23,041 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:58:23,042 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,044 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:58:23,044 INFO program/MainThread: stderr[79]: 2024-03-01 16:58:23,044 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:58:23,044 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,047 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:58:23,047 INFO program/MainThread: stderr[80]: 2024-03-01 16:58:23,047 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:58:23,047 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,049 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:58:23,050 INFO program/MainThread: stderr[81]: 2024-03-01 16:58:23,050 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:58:23,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:58:23,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,060 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,060 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,061 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,057 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,062 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:58:23,064 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:58:23,064 INFO program/MainThread: stderr[82]: 2024-03-01 16:58:23,065 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:58:23,068 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:58:23,068 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:58:23,071 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/4aaa49e7-bdac-45d0-ada6-98998200633a ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fxG3GjceymYc9S8BS9LjyO2woU7IE3kwSt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'ID_FS_UUID_ENC': '4aaa49e7-bdac-45d0-ada6-98998200633a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1148961853'} ; 2024-03-01 16:58:23,071 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:58:23,071 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,074 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:58:23,074 INFO program/MainThread: stderr[83]: 2024-03-01 16:58:23,074 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:58:23,074 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,077 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:58:23,077 INFO program/MainThread: stderr[84]: 2024-03-01 16:58:23,077 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:58:23,077 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,079 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:58:23,079 INFO program/MainThread: stderr[85]: 2024-03-01 16:58:23,079 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:58:23,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:58:23,089 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,090 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,090 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,090 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,087 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,091 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:58:23,094 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:58:23,094 INFO program/MainThread: stderr[86]: 2024-03-01 16:58:23,094 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:58:23,097 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:58:23,097 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:58:23,100 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/0be9d0fe-3c15-4014-93f2-9f451f79e74b ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '61', '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-4wNmrr1sZSH9wkHPZ0dB1MwRGI9Sc0fx5dwwbuKOjKJ2lO2fq7ZfLaOQhXaqktkD', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'ID_FS_UUID_ENC': '0be9d0fe-3c15-4014-93f2-9f451f79e74b', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1149432991'} ; 2024-03-01 16:58:23,100 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:58:23,101 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:23,103 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:58:23,103 INFO program/MainThread: stderr[87]: 2024-03-01 16:58:23,103 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:58:23,103 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:23,106 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:58:23,106 INFO program/MainThread: stderr[88]: 2024-03-01 16:58:23,106 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:58:23,106 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:23,108 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:58:23,108 INFO program/MainThread: stderr[89]: 2024-03-01 16:58:23,109 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:58:23,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:58:23,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,119 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,119 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,116 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,120 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:23,122 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:58:23,123 INFO program/MainThread: stderr[90]: 2024-03-01 16:58:23,123 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:58:23,126 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:23,126 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:23,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:23,138 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:23,156 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:23,157 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:23,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,169 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:23,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,179 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:23,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,190 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:23,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,201 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:23,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,212 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:58:23,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:23,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:23,223 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:23,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,228 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:58:23,228 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,229 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,229 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,230 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,230 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,230 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,231 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,231 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,231 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:23,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:23,238 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:23,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:58:23,243 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:23,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:58:23,248 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:23,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:58:23,253 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:23,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,256 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,257 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,260 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,261 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,264 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,265 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,268 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,269 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,272 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,273 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,276 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,277 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,281 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,284 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,285 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,287 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,288 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,291 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,292 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,295 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,296 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,298 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,299 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,300 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,302 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,303 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,304 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,307 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,307 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,308 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,311 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,312 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,315 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,315 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,318 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,319 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,322 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,323 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,326 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,326 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,327 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,330 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,331 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,334 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,334 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,335 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,337 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,338 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,339 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,342 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,342 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,343 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,346 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,347 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,349 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,350 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,351 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,353 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,354 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,357 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,357 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,358 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,361 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,361 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,362 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,362 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,365 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,366 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,363 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,369 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,370 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,373 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,374 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,377 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,377 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,378 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:58:23,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdaf10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5dwwbu-KOjK-J2lO-2fq7-ZfLa-OQhX-aqktkD size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:58:23,378 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:58:23,381 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:23,381 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 16:58:23,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:58:23,385 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:23,385 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 16:58:23,388 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:58:23,388 INFO program/MainThread: stderr[91]: 2024-03-01 16:58:23,389 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:58:23,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 16:58:23,393 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:58:23,393 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:23,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:58:23,399 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:23,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,401 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,402 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,402 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,405 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,405 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,406 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,403 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,408 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,409 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,409 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,412 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,413 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,415 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,416 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,416 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,419 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,420 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,423 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,423 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,426 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,427 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,429 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,430 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,433 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,434 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,436 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,437 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,440 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,440 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,440 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,444 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,444 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,451 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,456 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,457 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,458 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,460 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,460 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,461 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,461 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,464 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,464 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,465 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,467 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,468 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,465 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,470 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,471 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,472 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,469 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,474 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,474 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,475 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,475 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,478 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,479 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,481 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,481 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,482 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,482 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,485 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,486 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,488 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,489 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,491 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,492 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,492 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,495 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,495 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,495 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,496 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,493 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,498 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,499 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,499 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,502 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,502 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,502 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,503 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,505 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,506 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,506 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,509 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:23,510 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:23,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bdadc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = G3Gjce-ymYc-9S8B-S9Lj-yO2w-oU7I-E3kwSt size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1c8c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4wNmrr-1sZS-H9wk-HPZ0-dB1M-wRGI-9Sc0fx size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:58:23,510 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:58:23,513 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:23,513 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 16:58:23,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:58:23,516 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:23,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:23,520 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 16:58:23,520 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:23,520 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 16:58:23,520 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:58:23,522 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:58:23,523 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,526 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:23,528 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:23,531 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:23,531 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:58:23,531 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:23,531 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:58:23,531 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:58:23,534 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,534 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 16:58:23,537 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,537 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:23,537 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:58:23,537 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:58:23,540 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,540 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:58:23,543 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,543 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:23,543 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:58:23,543 DEBUG blivet/MainThread: removing sda 2024-03-01 16:58:23,545 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,545 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 16:58:23,548 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,548 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:23,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,554 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:58:23,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,554 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,555 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,556 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,556 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,556 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,557 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,557 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,557 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,558 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:58:23,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 16:58:23,563 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:58:23,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 16:58:23,568 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:58:23,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 16:58:23,573 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:58:23,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:58:23,578 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:23,580 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,581 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,582 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,585 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,586 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,589 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,589 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,590 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,592 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,593 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,594 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,596 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,597 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,597 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,598 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,600 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,601 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,601 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,604 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,605 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,605 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,606 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,608 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,609 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,609 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,610 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,613 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,613 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,613 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,616 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,616 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,617 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,617 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,620 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,620 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,621 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,621 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,624 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,624 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,625 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,625 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,628 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,629 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,632 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,632 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,633 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,633 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,636 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,637 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,637 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,640 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,641 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,643 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,644 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,644 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,645 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,647 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,648 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,648 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,649 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,651 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,652 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,652 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,653 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,655 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,656 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,657 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,660 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,661 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,663 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,664 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,664 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,665 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,667 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,667 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,668 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,668 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,665 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,671 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,672 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,672 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,675 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,675 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,676 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,676 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,679 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,679 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,680 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,680 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,683 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,683 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,684 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,686 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,687 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,687 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,688 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,691 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,691 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,692 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,695 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,695 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,696 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,699 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,700 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,703 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,704 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:58:23,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = aKvaFg-C26y-Kc2e-gDD3-CshP-Sydm-cYhZMa size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:58:23,704 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:58:23,707 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:23,707 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 16:58:23,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:58:23,711 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:23,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 16:58:23,714 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 16:58:23,714 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:23,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:58:23,719 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:23,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,722 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,723 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,725 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,726 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,728 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,729 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,729 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,730 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,732 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,732 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,733 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,735 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,736 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,739 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,740 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,742 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,743 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,744 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,746 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,746 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,747 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,747 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,749 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,750 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,750 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,751 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,753 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,754 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,754 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,756 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,757 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,758 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,761 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,761 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,763 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,764 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,765 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,767 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,767 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,768 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,770 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,771 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,772 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,774 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,774 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,775 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,777 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,778 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,778 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,779 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,781 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,781 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,781 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,782 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,784 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,785 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,785 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,787 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,788 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,788 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,789 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,791 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,792 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,792 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,794 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,795 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,796 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,798 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,798 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,799 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,799 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,801 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,802 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,802 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,803 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,805 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,805 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,805 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,806 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,808 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,809 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,809 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,809 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,811 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,812 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,812 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,813 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,815 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,816 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,816 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,819 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,819 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,820 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,822 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,823 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,823 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,826 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,827 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,829 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:58:23,830 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:58:23,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b7ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TXdsfQ-GflO-iN6Q-ImPf-Gs0z-C75R-geYQZU size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1bf4c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = fWFGSp-UdzW-HnYU-RANV-dzSt-sWSA-2tLM8Z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:58:23,831 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:58:23,833 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:23,833 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 16:58:23,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:58:23,837 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:23,840 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:23,840 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 16:58:23,840 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:23,840 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 16:58:23,840 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:58:23,843 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 16:58:23,843 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,846 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:23,848 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:23,851 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:58:23,851 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 16:58:23,851 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:23,851 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:58:23,851 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:58:23,854 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,854 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 16:58:23,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,857 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:23,857 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:58:23,857 DEBUG blivet/MainThread: removing sde 2024-03-01 16:58:23,859 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,859 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:58:23,862 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,862 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:23,862 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:58:23,862 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:58:23,865 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:23,865 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:23,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 16:58:23,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:58:23,868 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:23,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,873 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:58:23,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,877 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,877 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,878 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,878 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:58:23,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 16:58:23,883 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:58:23,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 16:58:23,888 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:58:23,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 16:58:23,893 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:58:23,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 16:58:23,898 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:58:23,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:23,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:58:23,904 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:23,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,914 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,919 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,924 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,928 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,933 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,935 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,938 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,940 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,945 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,949 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,950 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,954 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,955 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,959 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,964 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,966 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,970 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,971 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,975 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,976 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,980 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,981 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,985 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,990 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,991 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:23,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,995 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:23,997 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,000 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,002 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:23,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,006 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,007 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,011 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,012 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,016 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,017 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,021 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,022 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,026 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,027 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,031 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,033 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,036 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,038 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,041 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,043 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,047 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,048 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,052 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,053 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,057 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,058 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,062 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,063 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,067 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,068 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:58:24,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1b982b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Gfyqhv-epwt-hDsZ-91z3-na1x-aCw5-w1gKtz size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:58:24,069 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:58:24,072 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:24,072 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 16:58:24,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:58:24,075 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 16:58:24,078 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 16:58:24,078 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:58:24,084 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:24,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,087 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,088 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,091 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,093 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,096 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,098 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,101 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,102 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,106 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,107 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,111 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,112 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,115 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,117 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,120 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,121 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,125 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,126 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,130 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,131 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,135 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,136 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,139 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,140 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,144 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,145 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,149 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,150 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,154 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,155 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,158 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,160 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,163 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,164 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,168 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,169 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,173 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,174 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,177 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,179 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,182 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,183 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,187 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,188 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,192 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,193 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,196 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,198 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,201 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,202 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,206 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,206 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,207 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,210 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,212 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,215 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,216 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,220 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,221 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,225 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,226 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,230 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,231 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,234 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,235 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:58:24,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c41160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = w2HoPG-3kxr-YWtW-bZXz-x3aj-raNW-3V2q7f size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:58:24,236 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:58:24,239 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:24,239 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 16:58:24,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:58:24,242 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,245 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:58:24,245 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 16:58:24,245 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:58:24,251 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:24,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,254 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,255 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,258 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,259 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,263 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,264 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,267 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,268 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,271 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,272 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,276 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,277 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,280 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,281 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,284 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,285 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,289 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,290 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,286 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,293 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,294 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,297 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,298 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,302 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,303 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,306 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,307 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,310 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,311 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,314 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,315 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,316 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,319 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,320 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,323 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,324 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,328 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,329 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,332 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,333 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,336 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,337 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,341 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,342 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,345 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,346 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,349 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,350 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,346 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,354 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,355 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,358 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,359 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,362 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,363 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,367 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,368 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,371 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,372 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,375 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,376 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,379 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,381 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,384 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,385 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,388 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,389 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:58:24,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1bd42e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = lPrHYE-omwq-9k8y-2ABU-yNRL-qpzc-x94f6u size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,390 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:58:24,393 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:24,393 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:58:24,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:58:24,396 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:24,399 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 16:58:24,399 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:58:24,405 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:24,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,407 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,408 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,411 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,412 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,415 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,416 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,419 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,420 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,423 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,424 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,427 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,428 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,431 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,431 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,434 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,435 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,438 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,439 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,442 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,443 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,446 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,447 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,444 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,450 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,451 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,454 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,455 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,458 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,459 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,462 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,463 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,466 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,467 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,470 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,470 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,473 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,474 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,471 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,477 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,478 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,481 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,482 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,485 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,486 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,489 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,490 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,493 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,494 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,497 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,498 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,500 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,501 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,504 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,505 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,508 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,509 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,512 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,513 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,516 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,517 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,520 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,521 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,524 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,525 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,528 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:58:24,529 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:58:24,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff9f1c8c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = zIIWFV-PK0n-l5XQ-DDq7-OXaC-NOj1-RRq3LM size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff9f1b87f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = AlUbR6-x82r-rMQo-CW1c-cNJt-N3Ml-CQKFmV size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:58:24,529 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:58:24,532 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:58:24,532 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:58:24,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:58:24,535 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:58:24,539 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 16:58:24,539 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,539 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 16:58:24,539 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:58:24,541 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 16:58:24,542 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,544 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:24,547 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:24,550 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:24,552 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:58:24,553 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 16:58:24,553 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:24,553 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:58:24,553 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:58:24,555 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:24,555 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 16:58:24,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:58:24,558 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:24,558 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:58:24,558 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:58:24,561 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:24,561 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 16:58:24,564 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:58:24,564 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:24,564 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:58:24,564 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:58:24,566 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:24,566 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 16:58:24,569 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:58:24,569 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:24,569 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:58:24,569 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:58:24,572 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:24,572 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:24,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:58:24,575 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:58:24,575 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:24,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,585 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,615 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,635 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:24,636 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,648 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,668 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:24,669 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,682 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,702 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:24,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,714 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,734 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:24,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,747 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,768 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:24,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,781 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,801 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:24,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,814 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,834 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:24,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,847 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,868 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:24,868 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:24,868 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:24,868 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:24,868 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:24,870 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:24,870 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:24,872 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:24,874 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:24,877 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:24,879 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:24,880 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:24,882 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:24,882 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 0x7ff9f1b0bc20> 2024-03-01 16:58:24,883 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,902 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:24,903 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:24,904 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:24,905 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:24,905 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:24,911 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:24,911 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:58:24,919 INFO program/MainThread: stdout: 2024-03-01 16:58:24,919 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:24,919 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,936 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,949 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,950 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:58:24,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:24,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:24,960 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:24,963 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:58:24,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:58:24,966 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,001 INFO program/MainThread: stdout[92]: 2024-03-01 16:58:25,001 INFO program/MainThread: stderr[92]: 2024-03-01 16:58:25,001 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:58:25,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:25,008 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,011 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,014 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,016 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,019 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,022 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,025 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,028 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:58:25,031 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,066 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 16:58:25,066 INFO program/MainThread: stderr[93]: 2024-03-01 16:58:25,066 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:58:25,067 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:25,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,083 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:25,083 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:58:25,099 INFO program/MainThread: stdout: 2024-03-01 16:58:25,100 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:25,100 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,100 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,137 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,138 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,151 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,151 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:58:25,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:25,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:25,162 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:25,165 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:58:25,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:58:25,168 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,204 INFO program/MainThread: stdout[94]: 2024-03-01 16:58:25,204 INFO program/MainThread: stderr[94]: 2024-03-01 16:58:25,204 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:58:25,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:25,211 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,214 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,217 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,220 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,222 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,225 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,228 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,231 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:58:25,234 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,274 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 16:58:25,274 INFO program/MainThread: stderr[95]: 2024-03-01 16:58:25,274 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:58:25,275 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:25,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,290 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:25,291 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:58:25,303 INFO program/MainThread: stdout: 2024-03-01 16:58:25,303 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:25,303 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,303 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,336 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,349 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,350 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:58:25,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:25,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:25,360 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:25,363 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:58:25,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:58:25,366 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,406 INFO program/MainThread: stdout[96]: 2024-03-01 16:58:25,406 INFO program/MainThread: stderr[96]: 2024-03-01 16:58:25,406 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:58:25,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:25,413 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,416 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,419 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,425 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,428 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,431 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,433 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:58:25,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:58:25,436 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,469 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 16:58:25,469 INFO program/MainThread: stderr[97]: 2024-03-01 16:58:25,470 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:58:25,470 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:25,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,486 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:25,487 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:58:25,496 INFO program/MainThread: stdout: 2024-03-01 16:58:25,496 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:25,497 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,544 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,557 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,558 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:58:25,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:25,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:25,568 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:25,571 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:58:25,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:58:25,574 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,613 INFO program/MainThread: stdout[98]: 2024-03-01 16:58:25,613 INFO program/MainThread: stderr[98]: 2024-03-01 16:58:25,614 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:58:25,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:25,620 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,623 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,626 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,629 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,632 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,635 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,637 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,640 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:58:25,643 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,675 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 16:58:25,675 INFO program/MainThread: stderr[99]: 2024-03-01 16:58:25,676 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:58:25,676 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:58:25,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:58:25,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:58:25,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:58:25,704 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,715 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,720 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,726 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,734 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,739 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,747 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,752 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:58:25,758 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,794 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 16:58:25,794 INFO program/MainThread: stderr[100]: 2024-03-01 16:58:25,795 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:58:25,795 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,848 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:58:25,849 INFO program/MainThread: stderr[101]: 2024-03-01 16:58:25,849 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:58:25,849 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,892 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 16:58:25,892 INFO program/MainThread: stderr[102]: 2024-03-01 16:58:25,892 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:58:25,893 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:58:25,899 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,910 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:25,916 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:58:25,918 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdh,/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:25,981 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:58:25,982 INFO program/MainThread: stderr[103]: 2024-03-01 16:58:25,982 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:58:25,982 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:58:25,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,999 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:26,006 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 16:58:26,006 INFO program/MainThread: stderr[104]: 2024-03-01 16:58:26,007 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:58:26,007 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:58:26,020 INFO program/MainThread: stdout[105]: 2024-03-01 16:58:26,020 INFO program/MainThread: stderr[105]: 2024-03-01 16:58:26,020 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:58:26,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,033 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,046 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,047 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:58:26,050 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,053 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,056 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,056 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:26,088 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:58:26,088 INFO program/MainThread: stderr[106]: 2024-03-01 16:58:26,089 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:58:26,089 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:58:26,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,104 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,105 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:26,113 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 16:58:26,113 INFO program/MainThread: stderr[107]: 2024-03-01 16:58:26,113 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:58:26,113 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:58:26,126 INFO program/MainThread: stdout[108]: 2024-03-01 16:58:26,127 INFO program/MainThread: stderr[108]: 2024-03-01 16:58:26,127 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:58:26,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,139 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,151 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,152 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:58:26,156 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,158 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,161 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,161 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc,/dev/sdi ... 2024-03-01 16:58:26,193 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:58:26,193 INFO program/MainThread: stderr[109]: 2024-03-01 16:58:26,193 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:58:26,194 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:58:26,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,209 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,210 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,218 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 16:58:26,218 INFO program/MainThread: stderr[110]: 2024-03-01 16:58:26,218 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:58:26,218 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:58:26,232 INFO program/MainThread: stdout[111]: 2024-03-01 16:58:26,232 INFO program/MainThread: stderr[111]: 2024-03-01 16:58:26,232 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:58:26,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,242 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,255 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,256 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:58:26,260 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,262 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,265 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,265 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sdj,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,297 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:58:26,298 INFO program/MainThread: stderr[112]: 2024-03-01 16:58:26,298 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:58:26,298 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:58:26,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,314 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,315 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,322 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 16:58:26,323 INFO program/MainThread: stderr[113]: 2024-03-01 16:58:26,323 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:58:26,323 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:58:26,336 INFO program/MainThread: stdout[114]: 2024-03-01 16:58:26,336 INFO program/MainThread: stderr[114]: 2024-03-01 16:58:26,336 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:58:26,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,345 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,357 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,358 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:26,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,365 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:26,365 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:58:26,372 INFO program/MainThread: stdout: 2024-03-01 16:58:26,372 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:26,373 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,373 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,390 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,403 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,403 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:58:26,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:26,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:26,413 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:26,416 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:58:26,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:58:26,420 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,455 INFO program/MainThread: stdout[115]: 2024-03-01 16:58:26,455 INFO program/MainThread: stderr[115]: 2024-03-01 16:58:26,455 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:58:26,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:26,462 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,465 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:26,468 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,471 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:26,473 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,476 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:26,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:58:26,479 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,509 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 16:58:26,509 INFO program/MainThread: stderr[116]: 2024-03-01 16:58:26,509 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:58:26,510 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:26,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,524 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:26,525 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:58:26,542 INFO program/MainThread: stdout: 2024-03-01 16:58:26,542 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:26,542 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,571 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,584 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,585 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:58:26,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:26,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:26,595 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:26,598 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:58:26,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:26,601 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,639 INFO program/MainThread: stdout[117]: 2024-03-01 16:58:26,639 INFO program/MainThread: stderr[117]: 2024-03-01 16:58:26,639 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:58:26,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:26,646 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,649 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,652 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,655 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,657 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,660 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:26,663 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,695 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 16:58:26,695 INFO program/MainThread: stderr[118]: 2024-03-01 16:58:26,695 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:58:26,696 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:58:26,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:58:26,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:58:26,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:26,728 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,738 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,743 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,749 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,752 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,754 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:26,757 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:58:26,757 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,791 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 16:58:26,792 INFO program/MainThread: stderr[119]: 2024-03-01 16:58:26,792 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:58:26,792 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,849 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:58:26,850 INFO program/MainThread: stderr[120]: 2024-03-01 16:58:26,850 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:58:26,850 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,878 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 16:58:26,878 INFO program/MainThread: stderr[121]: 2024-03-01 16:58:26,878 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:58:26,879 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:58:26,886 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:26,894 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,902 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:26,902 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,957 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:58:26,958 INFO program/MainThread: stderr[122]: 2024-03-01 16:58:26,958 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:58:26,958 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:58:26,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,973 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,974 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sde,/dev/sdc ... 2024-03-01 16:58:26,981 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 16:58:26,981 INFO program/MainThread: stderr[123]: 2024-03-01 16:58:26,981 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:58:26,981 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:58:26,994 INFO program/MainThread: stdout[124]: 2024-03-01 16:58:26,994 INFO program/MainThread: stderr[124]: 2024-03-01 16:58:26,994 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:58:26,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,007 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,019 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,020 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:58:27,024 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,026 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,029 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,029 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sde,/dev/sdc ... 2024-03-01 16:58:27,058 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:58:27,059 INFO program/MainThread: stderr[125]: 2024-03-01 16:58:27,059 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:58:27,059 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:58:27,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,076 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,077 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,085 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 16:58:27,085 INFO program/MainThread: stderr[126]: 2024-03-01 16:58:27,085 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:58:27,085 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 16:58:27,098 INFO program/MainThread: stdout[127]: 2024-03-01 16:58:27,098 INFO program/MainThread: stderr[127]: 2024-03-01 16:58:27,098 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:58:27,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,111 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,112 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,125 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:58:27,129 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,131 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,134 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,134 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdf,/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,164 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:58:27,164 INFO program/MainThread: stderr[128]: 2024-03-01 16:58:27,164 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:58:27,165 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:58:27,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,181 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,182 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,190 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 16:58:27,190 INFO program/MainThread: stderr[129]: 2024-03-01 16:58:27,190 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:58:27,190 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:58:27,202 INFO program/MainThread: stdout[130]: 2024-03-01 16:58:27,203 INFO program/MainThread: stderr[130]: 2024-03-01 16:58:27,203 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:58:27,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,216 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,217 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,228 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,229 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:27,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,236 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:27,236 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:58:27,243 INFO program/MainThread: stdout: 2024-03-01 16:58:27,243 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:27,244 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,260 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,273 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,274 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:58:27,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:27,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:27,284 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:27,287 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:58:27,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:27,290 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,319 INFO program/MainThread: stdout[131]: 2024-03-01 16:58:27,319 INFO program/MainThread: stderr[131]: 2024-03-01 16:58:27,319 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:58:27,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:27,326 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,329 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:27,332 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:27,337 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:27,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:27,343 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,371 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 16:58:27,371 INFO program/MainThread: stderr[132]: 2024-03-01 16:58:27,371 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:58:27,372 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:27,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,388 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:27,388 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:58:27,399 INFO program/MainThread: stdout: 2024-03-01 16:58:27,399 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:27,400 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,430 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,431 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,443 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,444 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:27,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:27,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:27,454 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:27,457 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:58:27,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:27,460 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,495 INFO program/MainThread: stdout[133]: 2024-03-01 16:58:27,495 INFO program/MainThread: stderr[133]: 2024-03-01 16:58:27,495 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:58:27,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:27,502 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,505 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,508 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,511 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,513 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,516 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:27,519 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,548 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 16:58:27,548 INFO program/MainThread: stderr[134]: 2024-03-01 16:58:27,548 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:58:27,549 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:27,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:58:27,562 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:58:27,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:27,580 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,585 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,595 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,600 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,605 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,608 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:27,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:58:27,611 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,642 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 16:58:27,643 INFO program/MainThread: stderr[135]: 2024-03-01 16:58:27,643 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:58:27,643 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,686 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:58:27,686 INFO program/MainThread: stderr[136]: 2024-03-01 16:58:27,686 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:58:27,687 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,715 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 16:58:27,715 INFO program/MainThread: stderr[137]: 2024-03-01 16:58:27,715 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:58:27,716 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:27,723 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,731 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,738 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,738 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,790 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:58:27,791 INFO program/MainThread: stderr[138]: 2024-03-01 16:58:27,791 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:58:27,791 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:58:27,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,806 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,807 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,815 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 16:58:27,815 INFO program/MainThread: stderr[139]: 2024-03-01 16:58:27,815 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:58:27,815 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 16:58:27,828 INFO program/MainThread: stdout[140]: 2024-03-01 16:58:27,828 INFO program/MainThread: stderr[140]: 2024-03-01 16:58:27,828 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:58:27,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,840 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,853 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:27,857 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,860 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,862 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,862 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:58:27,891 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:58:27,892 INFO program/MainThread: stderr[141]: 2024-03-01 16:58:27,892 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:58:27,892 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:58:27,892 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,910 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,911 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:58:27,918 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 16:58:27,918 INFO program/MainThread: stderr[142]: 2024-03-01 16:58:27,919 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:58:27,919 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:58:27,931 INFO program/MainThread: stdout[143]: 2024-03-01 16:58:27,931 INFO program/MainThread: stderr[143]: 2024-03-01 16:58:27,931 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:58:27,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,943 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:27,955 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:27,956 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:27,960 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:27,962 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,965 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:27,965 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:58:27,992 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:58:27,992 INFO program/MainThread: stderr[144]: 2024-03-01 16:58:27,992 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:58:27,993 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:58:27,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:28,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,010 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:28,017 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 16:58:28,017 INFO program/MainThread: stderr[145]: 2024-03-01 16:58:28,017 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:58:28,017 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:58:28,030 INFO program/MainThread: stdout[146]: 2024-03-01 16:58:28,030 INFO program/MainThread: stderr[146]: 2024-03-01 16:58:28,030 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:58:28,030 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:28,042 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:28,054 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:28,059 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:28,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 0x7ff9f1b0b220> 2024-03-01 16:58:36,508 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_f7do59xa/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:39,579 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ipc3kj8g/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:43,640 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jji3wa2_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:43,675 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:43,675 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:43,678 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:43,678 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:58:43,678 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:43,679 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:43,683 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,683 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:43,687 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:43,687 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:43,690 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:43,690 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:43,693 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:43,693 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:43,701 INFO program/MainThread: stdout: 2024-03-01 16:58:43,701 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:43,701 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:43,701 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:43,701 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,701 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:43,702 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:43,702 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:43,702 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:43,702 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:43,702 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:43,703 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:43,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:43,715 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:43,728 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:43,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:58:43,733 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:58:43,733 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:43,759 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:43,759 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:43,759 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:43,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,771 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:43,773 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:58:43,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:43,778 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:43,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:43,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:43,782 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:43,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:43,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 16:58:43,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:58:43,789 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,789 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:43,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8ed9c8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:58:43,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:43,793 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:43,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:58:43,796 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:58:43,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,807 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:43,807 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:43,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:43,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:43,810 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:43,813 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:43,813 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:58:43,817 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:58:43,817 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,817 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:43,817 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc83a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:58:43,820 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:43,821 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:43,824 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:58:43,824 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:58:43,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,834 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:43,835 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:43,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:43,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:43,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:43,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:43,841 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:58:43,844 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:58:43,844 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,845 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:43,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc83ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:58:43,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:43,848 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:43,851 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:58:43,851 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:58:43,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,862 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:43,862 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:43,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:43,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:43,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:43,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:43,868 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:58:43,871 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:58:43,872 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,872 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:43,872 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dcbcf70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:58:43,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:43,875 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:43,878 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:58:43,878 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:58:43,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,889 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:43,889 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:43,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:58:43,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:58:43,892 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:43,895 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:43,895 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:43,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:58:43,898 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,898 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:58:43,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc4c3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:58:43,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:43,902 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:58:43,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:58:43,905 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:43,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,915 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:43,916 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:43,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:43,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:58:43,919 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:43,922 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:43,922 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:43,925 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:43,925 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,925 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:58:43,925 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc83460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:58:43,928 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:43,928 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:43,931 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:58:43,931 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:43,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,942 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:43,943 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:43,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:43,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:58:43,946 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:43,949 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:43,949 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:43,952 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:43,952 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,952 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:58:43,953 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc42b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:58:43,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:43,956 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:43,958 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:58:43,959 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:58:43,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:43,969 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:43,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:43,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:58:43,972 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:43,975 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:43,975 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:58:43,978 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:58:43,978 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:43,979 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:58:43,979 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc42fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:58:43,982 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:43,982 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:43,985 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:58:43,985 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:58:43,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:43,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:43,995 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:43,996 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:43,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:58:43,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:58:43,999 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:44,002 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:44,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 16:58:44,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 16:58:44,005 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:44,005 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:58:44,005 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc549a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:58:44,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:44,008 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:44,011 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:58:44,011 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:58:44,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,021 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:44,022 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:44,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:58:44,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:44,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:44,027 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:44,028 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:44,030 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:58:44,031 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:44,031 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:58:44,031 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc544f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:58:44,034 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:44,034 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:44,037 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:58:44,037 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:58:44,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,048 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:44,048 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:44,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:58:44,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:58:44,051 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:44,054 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:44,054 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:44,057 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:58:44,057 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:44,058 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:58:44,058 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc4c370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:58:44,061 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:44,061 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:44,063 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:58:44,064 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:58:44,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,074 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:44,074 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:44,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:58:44,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:44,077 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:44,080 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:44,080 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:44,083 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:58:44,083 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:44,084 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:58:44,084 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc59730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:58:44,087 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:44,087 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:44,090 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:58:44,090 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:44,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,099 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:44,099 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:44,099 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:44,099 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:44,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:44,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:58:44,102 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:44,105 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:44,105 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:44,108 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:44,108 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:44,108 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:58:44,108 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d8dc5d490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:58:44,111 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:44,114 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:44,114 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:58:44,117 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:44,117 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:58:44,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:44,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:44,123 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:44,124 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:58:44,126 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:44,129 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:44,132 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:44,139 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 0x7f5d8ecdf040> 2024-03-01 16:58:44,183 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:58:44,186 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:44,187 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:44,190 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:58:44,190 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:44,190 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:44,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,198 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:44,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,216 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:58:44,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:44,240 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:44,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:44,242 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:44,245 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:44,245 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:44,248 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:44,249 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:44,249 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:44,251 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:44,254 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:44,257 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:44,260 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:44,263 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:44,263 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:44,263 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:58:44,264 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:44,263 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5d8dc61fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f5d904609a0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:44,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:44,270 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:44,270 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:44,273 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:44,273 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:44,276 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:44,276 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:44,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:44,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:44,280 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:44,280 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:44,283 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,284 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:58:44,286 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:44,286 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:44,287 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:44,300 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:44,313 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:44,314 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:44,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,325 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:44,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,335 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:44,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,345 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:44,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,355 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:44,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,365 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:58:44,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:44,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:44,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:44,375 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:44,377 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,378 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:58:44,380 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,380 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 16:58:44,383 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,383 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 16:58:44,385 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,386 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 16:58:44,388 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,388 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 16:58:44,391 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,391 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 16:58:44,393 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,393 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 16:58:44,396 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:44,396 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 16:58:47,429 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_cbz0sh5w/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:47,464 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:47,464 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:47,467 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:47,467 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:58:47,467 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:47,467 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:47,471 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:47,472 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:47,475 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:47,475 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:47,478 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:47,478 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:47,481 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:47,481 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:47,488 INFO program/MainThread: stdout: 2024-03-01 16:58:47,489 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:47,489 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:47,489 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:47,489 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:47,489 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:47,489 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:47,490 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:47,490 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:47,490 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:47,490 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:47,490 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:47,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:47,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:47,513 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:47,517 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:58:47,517 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:58:47,518 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:47,544 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:47,544 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:47,544 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:47,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,555 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:47,557 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:58:47,561 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:47,562 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:47,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:47,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:47,565 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:47,569 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:47,569 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:58:47,572 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:58:47,572 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,573 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:47,573 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b2cfc8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:58:47,576 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:47,576 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:47,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:58:47,579 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:58:47,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,590 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:47,591 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:47,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:47,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:47,594 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:47,597 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:47,597 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:58:47,600 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:58:47,600 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,600 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:47,600 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1be4a60) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:58:47,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:47,604 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:47,607 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:58:47,607 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:58:47,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,617 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:47,618 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:47,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:47,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:47,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:47,624 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:47,624 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:58:47,627 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:58:47,627 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,628 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:47,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1be4ca0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:58:47,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:47,631 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:47,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:58:47,634 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:58:47,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:47,645 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:47,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:47,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:47,648 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:47,651 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:47,651 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:58:47,654 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:58:47,654 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,655 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:47,655 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1c1ef70) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:58:47,658 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:47,658 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:47,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:58:47,661 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:58:47,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,671 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:47,672 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:47,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:58:47,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:58:47,675 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:47,678 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:47,678 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:47,681 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:58:47,681 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,682 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:58:47,682 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bad3d0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:58:47,685 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:47,685 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:58:47,688 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:58:47,688 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:58:47,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,699 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:47,699 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:47,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:47,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:58:47,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:47,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:47,705 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:47,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:58:47,708 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,709 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:58:47,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1be4460) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:58:47,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:47,712 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:47,715 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:58:47,715 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:58:47,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,725 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:47,726 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:47,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:47,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:58:47,729 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:47,732 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:47,732 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:58:47,735 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:58:47,735 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,735 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:58:47,736 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1ba3b80) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 16:58:47,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:47,739 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:47,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:58:47,742 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:58:47,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,752 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:47,753 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:47,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:47,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:58:47,756 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:47,758 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:47,759 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:58:47,761 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:58:47,762 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,762 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:58:47,762 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1ba3fd0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:58:47,765 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:47,765 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:47,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:58:47,768 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:58:47,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,779 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:47,779 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:47,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:58:47,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:58:47,782 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:47,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:47,785 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:58:47,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:58:47,788 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,789 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:58:47,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bb39a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:58:47,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:47,792 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:47,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:58:47,795 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:58:47,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,806 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:47,806 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:47,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:58:47,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:47,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:47,812 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:47,812 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:47,815 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:58:47,815 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,815 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:58:47,815 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bb34f0) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 16:58:47,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:47,819 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:47,821 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:58:47,822 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:58:47,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,832 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:47,832 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:47,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:58:47,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:58:47,835 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:47,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:47,838 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:47,841 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:58:47,842 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,842 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:58:47,842 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bad370) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:58:47,845 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:47,845 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:47,848 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:58:47,848 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:58:47,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,858 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:47,859 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:47,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:58:47,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:47,862 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:47,865 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:47,865 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:47,868 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:58:47,868 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:47,868 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:58:47,868 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bba730) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 16:58:47,872 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:47,872 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:47,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:58:47,874 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:47,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,884 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:47,884 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:47,884 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:47,884 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:47,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:47,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:58:47,887 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:47,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:47,890 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:47,893 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:47,893 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:47,893 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:58:47,893 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0b1bbe490) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:58:47,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:47,900 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:47,900 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:58:47,903 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:47,903 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:58:47,906 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:47,906 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:47,909 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:47,909 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:58:47,912 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:47,915 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:47,918 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:47,924 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 0x7fd0b43bee00> 2024-03-01 16:58:47,963 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:58:47,967 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:47,967 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:47,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:58:47,970 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:47,970 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:47,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,979 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:47,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:47,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:47,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:47,996 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:58:48,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:48,020 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:48,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:48,023 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:48,026 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:48,026 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:48,029 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:48,029 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:48,029 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:48,032 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:48,035 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:48,038 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:48,040 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:48,043 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:48,044 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:48,044 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:58:48,044 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:48,044 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd0b1bc3fd0) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fd0b1bd61d0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:48,047 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:48,050 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:48,050 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:48,054 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:48,054 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:48,057 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:48,057 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:48,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:48,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:48,061 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:48,061 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:48,065 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,065 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:58:48,068 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:48,068 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:48,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,077 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,090 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:48,091 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:48,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,102 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:48,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,113 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:48,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,123 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:48,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,133 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:48,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,143 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:58:48,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,153 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:48,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,163 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:58:48,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:58:48,169 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:48,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:58:48,174 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:48,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:58:48,179 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:48,182 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,182 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:58:48,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:48,185 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:48,185 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:48,188 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,188 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:48,191 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,191 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:58:48,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:58:48,194 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:48,194 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:48,197 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,197 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:48,199 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,199 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:58:48,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:58:48,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:48,202 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:48,205 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,205 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:48,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:58:48,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:48,213 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:48,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:48,219 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:48,223 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:48,226 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:48,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:58:48,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:48,230 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:58:48,230 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:48,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,242 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:58:48,243 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,243 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:48,243 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 16:58:48,244 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,244 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:48,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:58:48,249 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:58:48,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:48,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:48,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:58:48,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:48,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:48,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:48,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:58:48,269 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,269 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:48,269 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:58:48,269 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:58:48,272 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:58:48,273 INFO program/MainThread: stderr[4]: 2024-03-01 16:58:48,273 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:48,273 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:58:48,273 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:48,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,278 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,289 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:58:48,290 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,290 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:58:48,290 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 16:58:48,291 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,291 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:58:48,294 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,294 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:58:48,296 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:58:48,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:48,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:48,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:58:48,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:58:48,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:58:48,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:58:48,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:58:48,316 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:48,317 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 16:58:48,317 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:58:48,317 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:58:48,317 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:58:48,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,320 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,331 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:58:48,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:58:48,336 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:58:48,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:58:48,341 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:58:48,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:58:48,347 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:58:48,349 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,349 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:58:48,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:58:48,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:48,352 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:58:48,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,355 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:58:48,358 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,358 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:58:48,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:58:48,361 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:48,361 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:58:48,363 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,363 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:58:48,366 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,366 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:58:48,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:58:48,369 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:48,369 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:58:48,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,372 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:58:48,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:58:48,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:58:48,379 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:48,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:58:48,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:48,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:58:48,392 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:58:48,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:58:48,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:58:48,396 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:58:48,396 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:58:48,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,408 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:58:48,408 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,409 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:58:48,409 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:58:48,409 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,410 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:58:48,412 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,412 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:58:48,415 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:58:48,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:48,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:48,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:58:48,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:58:48,427 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:58:48,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:58:48,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:58:48,434 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,434 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:58:48,434 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:58:48,435 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:58:48,435 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:58:48,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,438 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,449 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:58:48,450 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,451 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:58:48,451 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 16:58:48,451 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,451 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:58:48,454 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,454 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:58:48,457 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:58:48,460 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:48,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:48,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:58:48,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:58:48,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:58:48,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:58:48,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:58:48,476 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:58:48,477 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:58:48,477 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:58:48,477 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:58:48,477 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:58:48,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,481 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,492 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:58:48,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:58:48,497 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:58:48,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:58:48,502 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:58:48,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:58:48,507 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:58:48,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:58:48,512 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:58:48,515 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,515 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:58:48,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:58:48,518 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:48,518 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:58:48,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,521 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:58:48,523 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,523 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:58:48,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:58:48,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:48,526 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:58:48,529 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,529 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:58:48,532 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,532 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:58:48,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:58:48,535 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:48,535 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:58:48,538 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,538 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:58:48,541 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:48,541 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:58:48,541 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:58:48,544 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:48,544 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:58:48,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:58:48,547 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:58:48,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:58:48,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:58:48,554 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:48,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:58:48,560 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:48,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:58:48,566 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:48,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:58:48,573 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:58:48,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:58:48,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:58:48,577 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:58:48,577 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:58:48,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,590 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:58:48,591 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,591 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:58:48,591 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 16:58:48,592 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,592 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:58:48,595 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,595 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:58:48,598 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:58:48,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:48,604 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:48,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:58:48,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:58:48,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:58:48,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:58:48,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:58:48,617 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,617 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:58:48,618 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:58:48,618 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:58:48,618 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:58:48,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,621 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,632 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:58:48,633 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,634 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:58:48,634 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 16:58:48,634 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,635 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:58:48,637 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,637 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:58:48,640 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:58:48,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:48,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:48,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:58:48,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:58:48,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:58:48,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:58:48,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:58:48,659 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,660 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:58:48,660 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:58:48,660 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:58:48,660 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:58:48,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,664 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,675 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:58:48,676 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,676 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:58:48,676 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 16:58:48,677 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,677 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:58:48,680 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,680 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:58:48,683 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:58:48,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:48,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:48,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:58:48,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:58:48,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:58:48,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:58:48,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:58:48,702 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,703 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 16:58:48,703 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:58:48,703 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:58:48,703 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:58:48,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,707 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:48,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:48,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:48,718 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:58:48,719 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,720 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:58:48,720 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 16:58:48,720 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,721 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:58:48,724 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,724 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:58:48,726 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:48,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:58:48,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:48,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:48,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:58:48,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:58:48,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:58:48,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:58:48,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:58:48,746 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:58:48,747 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 16:58:48,747 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:58:48,747 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:58:48,747 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:58:48,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:58:48,751 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,752 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:48,752 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:58:48,753 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,754 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,755 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,755 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,755 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,755 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,755 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:48,757 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:48,759 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:48,762 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:48,764 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:48,765 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:48,767 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:48,767 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 0x7fd0b1afd8b0> 2024-03-01 16:58:48,768 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:48,800 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:58:48,800 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:58:48,800 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:58:48,801 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:58:48,801 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:58:48,801 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:58:48,802 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:58:48,802 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:48,802 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:48,803 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:48,803 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:58:48,803 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:58:48,804 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:58:48,804 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:58:48,804 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:58:48,805 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,805 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:48,805 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,806 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:48,806 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,807 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:48,807 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,807 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:48,808 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:58:48,808 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:58:48,808 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:58:48,809 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:58:48,809 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,810 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:48,810 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,810 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:48,811 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:48,811 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:48,811 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:48,812 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:48,812 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,812 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:48,813 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,813 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:48,814 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:58:48,816 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:48,819 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:58:48,819 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:58:48,826 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,864 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,865 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:58:48,868 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:48,871 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:58:48,871 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:58:48,878 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,901 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,913 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,914 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:58:48,917 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:48,920 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:58:48,920 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:58:48,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,953 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,954 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:48,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,966 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:58:48,969 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:48,972 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:58:48,972 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:58:48,979 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:48,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,001 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,014 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,014 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:58:49,018 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,020 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:58:49,020 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:58:49,025 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,051 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,052 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,064 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,065 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:58:49,068 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,071 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:58:49,071 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:58:49,076 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,102 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,114 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,115 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:58:49,118 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,121 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:58:49,121 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:58:49,128 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,151 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,164 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:49,168 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,170 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:58:49,170 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:58:49,176 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,202 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,214 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,215 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:49,218 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,221 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:58:49,221 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:58:49,228 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,254 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,266 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,267 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:49,270 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:49,273 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:58:49,273 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:58:49,280 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,305 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,317 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,318 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:58:49,321 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,324 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,327 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,327 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:58:49,327 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:49,327 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:49,366 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:58:49,366 INFO program/MainThread: stderr[5]: 2024-03-01 16:58:49,366 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:49,367 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:49,375 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:58:49,375 INFO program/MainThread: stderr[6]: 2024-03-01 16:58:49,375 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:49,376 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:58:49,405 INFO program/MainThread: stdout[7]: 2024-03-01 16:58:49,405 INFO program/MainThread: stderr[7]: 2024-03-01 16:58:49,405 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:49,406 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:58:49,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,418 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:49,422 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:58:49,424 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:58:49,432 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,453 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,453 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:58:49,457 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,460 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,462 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,462 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:58:49,463 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:49,463 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:49,493 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:58:49,493 INFO program/MainThread: stderr[8]: 2024-03-01 16:58:49,493 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:49,494 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:49,507 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:58:49,507 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:49,507 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:49,507 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:58:49,538 INFO program/MainThread: stdout[10]: 2024-03-01 16:58:49,538 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:49,539 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:49,539 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:58:49,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,552 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,555 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:49,556 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:49,557 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:58:49,565 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,587 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,588 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:58:49,591 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,594 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,596 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,597 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:58:49,597 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:49,597 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:49,629 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:58:49,630 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:49,630 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:49,630 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:49,642 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:58:49,642 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:49,642 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:49,643 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:58:49,666 INFO program/MainThread: stdout[13]: 2024-03-01 16:58:49,667 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:49,667 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:49,667 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:58:49,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,678 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:49,682 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:58:49,684 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:58:49,692 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,693 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,714 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,715 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:58:49,718 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,721 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,723 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,724 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:58:49,724 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:49,724 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:49,757 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:58:49,758 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:49,758 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:49,758 INFO program/MainThread: Running [15] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:49,771 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:58:49,771 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:49,771 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:49,771 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:58:49,800 INFO program/MainThread: stdout[16]: 2024-03-01 16:58:49,800 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:49,800 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:49,801 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:58:49,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,813 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,817 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:49,817 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:58:49,819 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:58:49,828 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:49,847 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:49,847 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:58:49,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:58:49,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:58:49,857 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,860 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,863 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,865 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,868 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,870 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,873 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,876 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,878 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:58:49,879 INFO program/MainThread: Running [17] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:49,926 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:58:49,927 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:49,927 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:49,938 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:49,944 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:58:49,953 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,965 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,975 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:49,982 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:49,993 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,000 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,007 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,014 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,069 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:58:50,077 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:58:50,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,089 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,090 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:58:50,098 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,108 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,109 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:50,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:58:50,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:58:50,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:50,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:58:50,124 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,127 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,130 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,133 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,136 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,139 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,142 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,145 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:58:50,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,157 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,162 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:58:50,162 INFO program/MainThread: Running [18] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:50,201 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 16:58:50,201 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:50,201 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:50,205 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:58:50,205 INFO program/MainThread: Running [19] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:50,266 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:58:50,267 INFO program/MainThread: stderr[19]: 2024-03-01 16:58:50,267 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:50,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:50,288 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:50,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,328 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:58:50,333 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:58:50,334 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:58:50,342 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,355 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:58:50,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,362 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:58:50,365 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:58:50,365 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:58:50,477 INFO program/MainThread: stdout: 2024-03-01 16:58:50,477 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:58:50,477 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:50,477 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:50,477 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:50,478 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:58:50,478 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:50,478 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:50,478 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:50,478 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:50,478 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:50,478 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,478 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:58:50,491 INFO program/MainThread: stdout: 2024-03-01 16:58:50,491 INFO program/MainThread: writing all SBs 2024-03-01 16:58:50,491 INFO program/MainThread: new label = "" 2024-03-01 16:58:50,491 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,491 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,507 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:58:50,512 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:50,513 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:58:50,521 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,537 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,538 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:50,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:58:50,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:58:50,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,548 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:50,584 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 16:58:50,584 INFO program/MainThread: stderr[20]: 2024-03-01 16:58:50,584 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:50,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:58:50,588 INFO program/MainThread: Running [21] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:50,646 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:58:50,647 INFO program/MainThread: stderr[21]: 2024-03-01 16:58:50,647 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:50,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:50,675 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:50,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,702 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:58:50,710 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:58:50,710 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:58:50,719 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,719 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:50,735 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:50,736 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:58:50,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:50,742 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:58:50,745 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:58:50,745 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:58:51,558 INFO program/MainThread: stdout: 2024-03-01 16:58:51,559 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:58:51,559 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:51,559 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:51,559 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:51,561 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:58:51,561 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:51,561 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:51,561 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:51,561 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:51,561 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:51,561 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,562 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:58:51,575 INFO program/MainThread: stdout: 2024-03-01 16:58:51,576 INFO program/MainThread: writing all SBs 2024-03-01 16:58:51,576 INFO program/MainThread: new label = "" 2024-03-01 16:58:51,576 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:51,601 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:58:51,606 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:58:51,607 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:58:51,616 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:51,631 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,632 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:51,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:58:51,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:58:51,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:51,642 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:51,673 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 16:58:51,673 INFO program/MainThread: stderr[22]: 2024-03-01 16:58:51,673 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:51,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:58:51,677 INFO program/MainThread: Running [23] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:51,743 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:58:51,744 INFO program/MainThread: stderr[23]: 2024-03-01 16:58:51,744 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:51,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:51,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:51,764 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:51,764 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:51,800 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:58:51,806 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:58:51,807 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:58:51,816 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:51,832 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:51,833 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:58:51,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:51,839 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:58:51,842 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:58:51,842 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:58:52,671 INFO program/MainThread: stdout: 2024-03-01 16:58:52,671 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 16:58:52,672 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:52,672 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:52,672 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:52,672 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 16:58:52,672 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:52,672 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:52,672 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:52,672 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:52,672 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:52,672 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,672 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:58:52,687 INFO program/MainThread: stdout: 2024-03-01 16:58:52,687 INFO program/MainThread: writing all SBs 2024-03-01 16:58:52,687 INFO program/MainThread: new label = "" 2024-03-01 16:58:52,687 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:52,705 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:58:52,710 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:58:52,711 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:58:52,720 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:52,738 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,738 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:52,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:58:52,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:58:52,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:52,748 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:52,784 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 16:58:52,784 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:52,784 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:52,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:58:52,789 INFO program/MainThread: Running [25] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:52,849 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:58:52,849 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:52,849 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:52,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:52,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:52,864 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:52,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:52,907 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:58:52,922 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:58:52,922 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:58:52,931 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:52,947 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:52,948 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:58:52,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:52,954 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:58:52,957 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:58:52,957 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:58:53,755 INFO program/MainThread: stdout: 2024-03-01 16:58:53,755 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 16:58:53,755 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:53,756 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:53,756 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:53,756 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 16:58:53,756 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:53,756 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:53,756 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:53,756 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:53,756 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:53,756 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,756 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:58:53,770 INFO program/MainThread: stdout: 2024-03-01 16:58:53,770 INFO program/MainThread: writing all SBs 2024-03-01 16:58:53,770 INFO program/MainThread: new label = "" 2024-03-01 16:58:53,770 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:53,787 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:58:53,791 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:58:53,793 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:58:53,801 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:53,817 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,818 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:58:53,821 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:53,824 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:53,826 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:53,826 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:58:53,827 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:53,827 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:53,861 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:58:53,862 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:53,862 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:53,862 INFO program/MainThread: Running [27] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:53,874 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:58:53,874 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:53,874 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:53,874 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:58:53,905 INFO program/MainThread: stdout[28]: 2024-03-01 16:58:53,906 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:53,906 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:53,906 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:58:53,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:53,918 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,922 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:53,922 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:58:53,923 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:58:53,932 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:53,953 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:53,953 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:58:53,957 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:53,959 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:53,962 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:53,962 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:58:53,962 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:53,962 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:54,003 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:58:54,003 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:54,004 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:54,004 INFO program/MainThread: Running [30] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,012 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:58:54,012 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:54,012 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:54,012 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:58:54,040 INFO program/MainThread: stdout[31]: 2024-03-01 16:58:54,041 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:54,041 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:54,041 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:58:54,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,053 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:54,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 16:58:54,058 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:58:54,067 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,088 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,089 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:58:54,092 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,095 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,098 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,098 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:58:54,098 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:54,098 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:54,129 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:58:54,129 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:54,129 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:54,130 INFO program/MainThread: Running [33] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,145 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:58:54,145 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:54,145 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:54,145 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:58:54,176 INFO program/MainThread: stdout[34]: 2024-03-01 16:58:54,176 INFO program/MainThread: stderr[34]: 2024-03-01 16:58:54,176 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:58:54,176 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:58:54,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,189 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:54,193 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:58:54,195 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:58:54,203 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,204 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,226 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,227 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:58:54,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:58:54,233 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:58:54,236 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,241 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,244 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,246 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,249 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:58:54,252 INFO program/MainThread: Running [35] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,299 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:58:54,300 INFO program/MainThread: stderr[35]: 2024-03-01 16:58:54,300 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:58:54,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:54,325 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:58:54,331 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,353 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,365 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,371 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,378 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,387 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,405 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:58:54,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:58:54,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,425 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,426 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:58:54,434 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,446 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,447 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:54,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:58:54,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:58:54,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:54,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:58:54,462 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,465 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,468 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,471 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,474 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:54,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,489 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:58:54,494 INFO program/MainThread: Running [36] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,527 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:58:54,527 INFO program/MainThread: stderr[36]: 2024-03-01 16:58:54,527 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:58:54,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:58:54,531 INFO program/MainThread: Running [37] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,590 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:58:54,591 INFO program/MainThread: stderr[37]: 2024-03-01 16:58:54,591 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:58:54,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:54,612 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:54,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,652 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:58:54,657 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:58:54,658 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:58:54,667 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,679 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,680 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:58:54,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,687 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:58:54,689 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:58:54,689 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:58:54,836 INFO program/MainThread: stdout: 2024-03-01 16:58:54,837 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 16:58:54,837 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:54,837 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:54,837 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:54,837 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 16:58:54,837 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:54,837 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:54,837 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:54,837 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:54,837 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:54,837 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,838 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:58:54,852 INFO program/MainThread: stdout: 2024-03-01 16:58:54,852 INFO program/MainThread: writing all SBs 2024-03-01 16:58:54,852 INFO program/MainThread: new label = "" 2024-03-01 16:58:54,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,870 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:58:54,875 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:58:54,876 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:58:54,884 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:54,900 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:54,901 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:54,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:54,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:58:54,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:54,911 INFO program/MainThread: Running [38] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:54,943 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 16:58:54,943 INFO program/MainThread: stderr[38]: 2024-03-01 16:58:54,943 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:58:54,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:54,947 INFO program/MainThread: Running [39] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:55,003 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:58:55,003 INFO program/MainThread: stderr[39]: 2024-03-01 16:58:55,003 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:58:55,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:55,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:55,023 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:55,023 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:55,055 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:58:55,060 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:58:55,061 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:58:55,070 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:55,083 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,083 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:58:55,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:55,090 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:55,092 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:58:55,093 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:58:55,918 INFO program/MainThread: stdout: 2024-03-01 16:58:55,918 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:58:55,918 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:55,918 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:55,918 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:55,919 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:58:55,919 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:55,919 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:55,919 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:55,919 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:55,919 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:55,919 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,919 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:58:55,932 INFO program/MainThread: stdout: 2024-03-01 16:58:55,933 INFO program/MainThread: writing all SBs 2024-03-01 16:58:55,933 INFO program/MainThread: new label = "" 2024-03-01 16:58:55,933 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,933 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:55,947 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:55,952 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:58:55,953 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:58:55,961 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:55,978 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:55,979 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:55,983 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:55,985 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:55,988 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:55,988 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:55,988 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:55,988 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:56,028 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:58:56,028 INFO program/MainThread: stderr[40]: 2024-03-01 16:58:56,028 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:58:56,029 INFO program/MainThread: Running [41] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,038 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:58:56,038 INFO program/MainThread: stderr[41]: 2024-03-01 16:58:56,038 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:58:56,038 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:58:56,066 INFO program/MainThread: stdout[42]: 2024-03-01 16:58:56,067 INFO program/MainThread: stderr[42]: 2024-03-01 16:58:56,067 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:58:56,067 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:58:56,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,079 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:56,083 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:56,084 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:58:56,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,116 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,117 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:56,120 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,123 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,126 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,126 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:56,126 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:56,126 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:56,157 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:58:56,157 INFO program/MainThread: stderr[43]: 2024-03-01 16:58:56,157 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:58:56,158 INFO program/MainThread: Running [44] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,173 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:58:56,173 INFO program/MainThread: stderr[44]: 2024-03-01 16:58:56,174 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:58:56,174 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:58:56,202 INFO program/MainThread: stdout[45]: 2024-03-01 16:58:56,202 INFO program/MainThread: stderr[45]: 2024-03-01 16:58:56,203 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:58:56,203 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:58:56,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,215 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,219 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:56,219 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:58:56,221 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:58:56,230 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,252 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,253 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:56,256 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,259 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,262 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,262 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:56,262 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:56,262 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:56,296 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:58:56,296 INFO program/MainThread: stderr[46]: 2024-03-01 16:58:56,296 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:58:56,297 INFO program/MainThread: Running [47] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,310 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:58:56,310 INFO program/MainThread: stderr[47]: 2024-03-01 16:58:56,310 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:58:56,310 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:58:56,339 INFO program/MainThread: stdout[48]: 2024-03-01 16:58:56,339 INFO program/MainThread: stderr[48]: 2024-03-01 16:58:56,339 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:58:56,339 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:58:56,339 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,351 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:56,355 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:58:56,356 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:58:56,365 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,387 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,388 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:56,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:58:56,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:56,397 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,402 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,407 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,410 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:58:56,413 INFO program/MainThread: Running [49] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,461 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:58:56,462 INFO program/MainThread: stderr[49]: 2024-03-01 16:58:56,462 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:58:56,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:56,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:56,494 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,500 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,506 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,513 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,519 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,525 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,548 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:56,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:56,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,567 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,568 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:58:56,576 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,586 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,586 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:56,590 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:56,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:58:56,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:56,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:56,602 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,605 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,608 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,611 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,614 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,617 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:56,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,629 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,634 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:56,634 INFO program/MainThread: Running [50] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,668 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 16:58:56,668 INFO program/MainThread: stderr[50]: 2024-03-01 16:58:56,668 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:58:56,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:56,673 INFO program/MainThread: Running [51] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:56,758 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:58:56,759 INFO program/MainThread: stderr[51]: 2024-03-01 16:58:56,759 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:58:56,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:56,784 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:56,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,804 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:58:56,809 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:56,809 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:58:56,818 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,835 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,836 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:58:56,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,842 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:56,845 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:58:56,845 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:58:57,002 INFO program/MainThread: stdout: 2024-03-01 16:58:57,003 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:58:57,003 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:57,003 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:57,003 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:57,003 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:58:57,003 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:57,003 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:57,003 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:57,003 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:57,003 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:57,003 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,004 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:58:57,016 INFO program/MainThread: stdout: 2024-03-01 16:58:57,016 INFO program/MainThread: writing all SBs 2024-03-01 16:58:57,016 INFO program/MainThread: new label = "" 2024-03-01 16:58:57,017 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:57,033 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:57,038 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:58:57,039 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:58:57,048 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:57,063 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,064 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:57,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:57,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:58:57,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:57,073 INFO program/MainThread: Running [52] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:57,115 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 16:58:57,115 INFO program/MainThread: stderr[52]: 2024-03-01 16:58:57,115 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:58:57,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:57,119 INFO program/MainThread: Running [53] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:57,182 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:58:57,183 INFO program/MainThread: stderr[53]: 2024-03-01 16:58:57,183 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:58:57,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:57,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:57,198 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:57,198 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:57,227 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:58:57,232 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:58:57,233 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:58:57,242 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:57,258 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:57,259 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:57,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:57,265 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:57,268 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:58:57,268 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:58:58,084 INFO program/MainThread: stdout: 2024-03-01 16:58:58,084 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 16:58:58,084 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:58,084 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:58,084 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:58,084 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 16:58:58,084 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:58,085 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:58,085 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:58,085 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:58,085 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:58,085 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:58,087 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:58:58,111 INFO program/MainThread: stdout: 2024-03-01 16:58:58,111 INFO program/MainThread: writing all SBs 2024-03-01 16:58:58,111 INFO program/MainThread: new label = "" 2024-03-01 16:58:58,111 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:58,112 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:58,128 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:58,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:58,133 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:58:58,134 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:58:58,143 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:58,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:58,160 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:58,164 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:58,165 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 0x7fd0b1afd7c0> 2024-03-01 16:58:58,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:58:58,171 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:58,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:58:58,177 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:58,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:58:58,183 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:58,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:58:58,189 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:58,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:58:58,194 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:58,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:58:58,200 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:58,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:58:58,205 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:58,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:58:58,211 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:58:58,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:58:58,216 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:58,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:58:58,222 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:58:58,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:58:58,227 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:58:58,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:58:58,233 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:58:58,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:58:58,238 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:58:58,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:58:58,244 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:58:58,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:58:58,249 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:58:58,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:58,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:58:58,254 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:59:39,022 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1smycohp/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:39,057 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:39,057 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:39,060 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:39,060 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:59:39,060 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:39,061 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:39,065 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:39,065 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:39,069 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:39,069 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:39,072 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:39,072 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:39,075 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:39,075 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:39,085 INFO program/MainThread: stdout: 2024-03-01 16:59:39,085 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:39,085 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO 2024-03-01 16:59:39,085 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 2024-03-01 16:59:39,086 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY 2024-03-01 16:59:39,086 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d 2024-03-01 16:59:39,086 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u 2024-03-01 16:59:39,086 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV 2024-03-01 16:59:39,086 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f6bf075a-b2b8-4790-b920-58753c10917b 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 2024-03-01 16:59:39,086 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y 2024-03-01 16:59:39,086 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl 2024-03-01 16:59:39,086 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG 2024-03-01 16:59:39,086 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 0e4adced-f8b3-447c-9802-700938049ac2 2024-03-01 16:59:39,086 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 35b3cf0b-403c-4d67-a57e-60e2bb205cf3 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 2024-03-01 16:59:39,086 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 2024-03-01 16:59:39,086 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 2024-03-01 16:59:39,086 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA 2024-03-01 16:59:39,086 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 2024-03-01 16:59:39,086 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:39,086 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:39,086 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:39,086 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:39,086 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:39,086 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 sdb 1073741824 root disk brw-rw---- LVM2_member 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d sdc 1073741824 root disk brw-rw---- LVM2_member XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u sdd 1073741824 root disk brw-rw---- LVM2_member C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f6bf075a-b2b8-4790-b920-58753c10917b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 sde 1073741824 root disk brw-rw---- LVM2_member rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y sdf 1073741824 root disk brw-rw---- LVM2_member WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl sdg 1073741824 root disk brw-rw---- LVM2_member AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 0e4adced-f8b3-447c-9802-700938049ac2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 35b3cf0b-403c-4d67-a57e-60e2bb205cf3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 sdh 1073741824 root disk brw-rw---- LVM2_member umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 sdi 1073741824 root disk brw-rw---- LVM2_member CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 sdj 1073741824 root disk brw-rw---- LVM2_member c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:39,086 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:39,087 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:39,087 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:39,087 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:39,087 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:39,087 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:39,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:39,100 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:39,117 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:59:39,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO', 'ID_FS_UUID_ENC': 'QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:59:39,121 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:59:39,122 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:39,160 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:39,160 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:39,160 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:39,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,172 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:39,174 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:59:39,178 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:39,179 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:39,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:39,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:39,183 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:39,186 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:39,186 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:59:39,189 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:59:39,189 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,190 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:39,190 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e6ae88e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:59:39,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:39,197 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,197 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:39,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:39,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:39,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,207 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:39,210 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:39,210 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:39,210 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:39,240 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:39,240 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:39,240 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:39,241 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:39,245 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; 2024-03-01 16:59:39,245 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:39,248 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,259 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:39,298 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:39,298 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:39,298 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:39,298 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:39,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:39,304 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:39,307 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:39,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:39,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:39,311 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:39,348 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:39,348 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:39,348 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:39,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:39,353 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:39,355 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:39,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,361 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:39,361 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,365 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/lvm-pv-uuid-4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY', 'ID_FS_UUID_ENC': '4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:59:39,365 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:59:39,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,375 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:39,376 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:39,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:39,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:39,379 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:39,382 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:39,382 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:59:39,385 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:59:39,385 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,386 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:39,386 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5725a00) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:59:39,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:39,392 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,392 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:39,395 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,395 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:39,398 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:39,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:39,404 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:39,404 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:39,404 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:59:39,449 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:39,449 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). 2024-03-01 16:59:39,449 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:39,449 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:39,453 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:59:39,453 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:39,456 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:39,468 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:39,471 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:39,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,476 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:59:39,514 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:39,514 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). 2024-03-01 16:59:39,514 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:39,514 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:39,515 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,519 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:59:39,519 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:59:39,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,530 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:39,530 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:39,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:39,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:39,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:39,536 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:39,537 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:59:39,539 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:59:39,540 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,540 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:39,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5685c40) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:59:39,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:39,544 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:39,546 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:59:39,547 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:59:39,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:39,557 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:39,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:39,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:39,560 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:39,563 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:39,563 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:59:39,566 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:59:39,566 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,567 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:39,567 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5685d90) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:59:39,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:39,570 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:39,573 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u', 'ID_FS_UUID_ENC': 'XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:59:39,573 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:59:39,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:39,584 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:39,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:39,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:39,587 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:39,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:39,590 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:59:39,593 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:59:39,593 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,594 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:39,594 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e569a460) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:59:39,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:39,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:39,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:39,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:39,609 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,609 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:39,611 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:39,612 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:39,612 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:59:39,645 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:39,645 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:39,645 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:39,646 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:39,649 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:39,650 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:39,652 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:39,664 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:39,667 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:39,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:39,672 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:59:39,708 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:39,708 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:39,708 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:39,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:39,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:39,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:39,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:39,731 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,731 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:39,734 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:39,738 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:39,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:39,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:39,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:39,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,747 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:39,750 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,751 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:59:39,751 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:39,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:39,754 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:39,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:39,757 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:39,761 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d ' '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '101', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'ID_FS_UUID_ENC': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209992382'} ; 2024-03-01 16:59:39,761 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:39,762 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,765 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:39,765 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:39,765 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:39,765 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,767 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:39,768 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:39,768 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:39,768 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,770 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:39,770 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:39,770 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:39,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:39,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,780 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:39,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,781 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:39,777 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e569af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e574c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:39,782 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:39,785 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:39,785 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:39,785 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:39,788 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:39,792 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,792 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:39,795 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,795 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:39,798 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,798 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:39,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:39,803 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:39,803 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:39,806 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,807 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:39,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:39,810 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:39,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:39,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:39,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:39,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:39,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,831 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:39,834 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:59:39,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:59:39,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:39,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:39,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:39,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,847 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:39,850 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,851 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:59:39,851 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:59:39,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:39,854 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:39,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:39,857 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:39,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/39e9c887-c981-4bfb-a2ca-308a7257ffd3 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '100', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'ID_FS_UUID_ENC': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209545364'} ; 2024-03-01 16:59:39,860 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:39,861 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,863 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:39,864 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:39,864 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:39,864 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,866 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:39,866 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:39,866 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:39,866 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,869 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:39,869 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:39,869 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:39,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:59:39,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,879 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:39,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:39,880 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:39,876 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e569adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e574c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:39,881 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:39,883 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:39,883 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:39,883 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:39,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:39,890 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,890 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:59:39,894 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,894 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:59:39,897 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,897 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:59:39,900 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,900 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:39,900 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:59:39,903 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:39,903 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:59:39,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:39,906 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:39,907 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:39,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/lvm-pv-uuid-C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV', 'ID_FS_UUID_ENC': 'C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:59:39,910 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:59:39,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:39,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:39,921 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:39,922 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:39,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:39,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:39,925 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:39,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:39,928 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:59:39,930 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:59:39,931 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:39,931 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:59:39,931 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e56994f0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:59:39,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:39,937 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:39,937 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:39,940 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:39,940 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:39,943 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,943 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:39,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:39,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:39,949 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:59:39,949 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:59:39,949 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:59:39,985 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:39,985 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:39,985 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:39,985 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:59:39,989 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:59:39,990 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:59:39,993 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:59:39,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:39,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,004 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:59:40,032 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:40,032 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:40,032 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:40,032 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:40,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:40,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:59:40,040 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:40,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:59:40,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:59:40,043 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:59:40,077 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:40,077 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:40,077 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:40,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:59:40,082 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:59:40,085 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:59:40,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:40,091 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:40,091 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,094 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/lvm-pv-uuid-rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y', 'ID_FS_UUID_ENC': 'rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:59:40,094 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:59:40,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,105 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:40,106 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:40,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:59:40,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:59:40,109 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:40,111 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:40,112 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:59:40,114 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:59:40,115 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,115 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:59:40,115 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e56852e0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:59:40,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:40,121 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,121 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:59:40,124 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,124 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:59:40,127 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,127 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:59:40,130 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,130 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:59:40,133 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:59:40,133 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:59:40,133 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sda,/dev/sdd ... 2024-03-01 16:59:40,173 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:40,173 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:40,173 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:40,173 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:59:40,177 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:40,177 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:59:40,180 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:40,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:59:40,191 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:40,194 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:59:40,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:40,200 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sda,/dev/sdd ... 2024-03-01 16:59:40,240 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:40,240 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:40,240 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:40,241 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:40,241 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,245 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/lvm-pv-uuid-WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl', 'ID_FS_UUID_ENC': 'WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:59:40,245 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:59:40,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,257 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:40,257 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:40,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:59:40,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:59:40,260 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:40,263 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:40,263 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:59:40,266 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:59:40,266 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,267 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:59:40,267 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e6ae8820) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:59:40,270 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:40,273 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,273 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:59:40,276 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,276 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:59:40,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:59:40,282 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,282 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:59:40,285 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:59:40,285 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:59:40,285 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sda,/dev/sdf,/dev/sdd ... 2024-03-01 16:59:40,327 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:40,327 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:40,327 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:40,328 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:59:40,331 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:40,332 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:59:40,335 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:40,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:59:40,346 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:40,349 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:59:40,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:40,355 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sda,/dev/sdf,/dev/sdd ... 2024-03-01 16:59:40,392 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:40,392 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:40,392 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:40,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:40,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:40,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:40,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:40,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:40,415 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:40,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:40,419 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:40,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:59:40,422 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:59:40,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:40,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:59:40,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:40,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:40,431 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:40,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:40,435 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:40,435 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:59:40,435 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:59:40,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:40,438 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:40,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:40,441 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:40,445 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '99', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'ID_FS_UUID_ENC': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207820811'} ; 2024-03-01 16:59:40,445 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:40,445 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:40,448 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:59:40,448 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:40,448 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:40,448 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:40,451 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:59:40,451 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:40,451 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:40,451 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:40,453 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:59:40,454 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:40,454 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:40,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:59:40,463 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:40,463 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:40,464 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:40,464 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:40,461 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e563e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU 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 (0x7f18e56b4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:40,465 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:40,467 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:59:40,467 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:40,467 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:40,471 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:40,474 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,474 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:59:40,477 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,477 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:59:40,480 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,480 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:59:40,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:59:40,484 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:59:40,488 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,488 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:59:40,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:40,491 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:40,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:40,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:59:40,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:40,512 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:40,512 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:40,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:40,515 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:40,516 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:59:40,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:59:40,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:40,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:40,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:40,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:40,528 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:40,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:40,531 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:40,532 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:59:40,532 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:59:40,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:40,535 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:40,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:40,538 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:40,541 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/f6bf075a-b2b8-4790-b920-58753c10917b ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '98', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'ID_FS_UUID_ENC': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207403685'} ; 2024-03-01 16:59:40,541 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:40,542 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:40,545 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:59:40,545 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:40,545 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:40,545 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:40,547 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:59:40,547 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:40,547 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:40,548 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:40,550 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:59:40,550 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:40,550 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:40,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:59:40,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:40,560 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:40,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:40,561 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:40,557 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e563ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e56b4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:40,562 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:40,564 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:59:40,564 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:40,564 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:40,568 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:40,572 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,572 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:59:40,575 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,575 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:59:40,578 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,578 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:59:40,581 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,581 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:59:40,582 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:59:40,584 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:40,585 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:59:40,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:40,588 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:40,588 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,591 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG', 'ID_FS_UUID_ENC': 'AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:59:40,591 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:59:40,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,602 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:40,603 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:40,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:59:40,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:59:40,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:40,609 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:40,609 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:59:40,612 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:40,612 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,612 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:59:40,613 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5699040) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:59:40,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:40,618 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,619 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:59:40,621 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,622 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:59:40,624 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:59:40,627 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,628 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:59:40,630 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:59:40,630 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:59:40,630 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sda,/dev/sdf,/dev/sdd ... 2024-03-01 16:59:40,664 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:40,664 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:40,664 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:59:40,665 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:59:40,668 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:59:40,669 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:59:40,671 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:40,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,683 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sda,/dev/sdf,/dev/sdd ... 2024-03-01 16:59:40,718 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:40,718 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:40,718 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:59:40,719 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:40,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:59:40,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:59:40,726 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:59:40,729 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:59:40,730 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sda,/dev/sdf,/dev/sdd ... 2024-03-01 16:59:40,771 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:40,771 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:40,771 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:59:40,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:59:40,776 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:59:40,779 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:59:40,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,784 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:40,784 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,788 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/lvm-pv-uuid-umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky', 'ID_FS_UUID_ENC': 'umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:59:40,788 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:59:40,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,799 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:40,800 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:40,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:59:40,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:59:40,803 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:40,806 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:40,806 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:59:40,809 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:59:40,809 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,809 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:59:40,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e56507c0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:59:40,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:40,815 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:59:40,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:59:40,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:59:40,825 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,825 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:59:40,827 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:59:40,827 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:59:40,827 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdh ... 2024-03-01 16:59:40,866 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:40,866 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:40,866 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:59:40,867 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:59:40,871 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; 2024-03-01 16:59:40,871 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:59:40,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:59:40,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,882 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:59:40,885 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:40,887 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:59:40,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:40,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:40,893 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdh ... 2024-03-01 16:59:40,929 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:40,929 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:40,929 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:59:40,930 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:40,930 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:40,934 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/lvm-pv-uuid-CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj', 'ID_FS_UUID_ENC': 'CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:59:40,934 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:59:40,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:40,946 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:40,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:59:40,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:59:40,950 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:40,952 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:40,953 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:59:40,955 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:59:40,956 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,956 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:59:40,956 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5653220) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:59:40,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:40,962 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:40,962 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:59:40,965 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:40,965 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:59:40,968 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:59:40,971 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:40,971 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:59:40,974 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:59:40,974 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:59:40,974 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sdi,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdh ... 2024-03-01 16:59:41,009 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:41,009 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:41,009 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:59:41,010 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:59:41,014 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; 2024-03-01 16:59:41,014 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:59:41,017 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:59:41,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:41,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:41,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:59:41,028 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:41,031 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:59:41,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:41,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:41,037 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sdi,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdh ... 2024-03-01 16:59:41,078 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:41,078 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:41,078 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:59:41,079 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:41,079 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:41,083 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/lvm-pv-uuid-c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA', 'ID_FS_UUID_ENC': 'c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:59:41,083 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:59:41,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,095 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:41,095 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:41,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:59:41,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:59:41,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:41,101 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:41,101 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:59:41,104 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:59:41,105 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:41,105 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:59:41,105 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e5654910) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:59:41,108 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:41,111 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,111 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:59:41,114 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,114 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:59:41,117 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:59:41,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:59:41,123 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:59:41,123 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:59:41,123 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sdi,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdj,/dev/sdh ... 2024-03-01 16:59:41,157 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:41,157 INFO program/MainThread: stderr[41]: 2024-03-01 16:59:41,157 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:59:41,158 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:59:41,162 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:59:41,162 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:59:41,165 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:59:41,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:41,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:41,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:59:41,176 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:41,179 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:59:41,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:41,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:41,185 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sde,/dev/sdg,/dev/sdi,/dev/sda,/dev/sdf,/dev/sdd,/dev/sdj,/dev/sdh ... 2024-03-01 16:59:41,221 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:41,221 INFO program/MainThread: stderr[42]: 2024-03-01 16:59:41,221 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:59:41,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:41,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:59:41,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:41,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:59:41,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:41,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:41,244 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:41,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:41,247 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:41,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:59:41,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:59:41,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:41,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:59:41,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:41,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:41,260 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:41,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:41,263 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:41,263 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:59:41,264 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:59:41,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:41,267 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:41,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:41,270 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:41,273 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/64549a42-0bad-4b43-abe2-750fd7f3bf64', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '97', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'ID_FS_UUID_ENC': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1205661603'} ; 2024-03-01 16:59:41,273 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:41,274 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,276 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:59:41,277 INFO program/MainThread: stderr[43]: 2024-03-01 16:59:41,277 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:59:41,277 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,279 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:59:41,279 INFO program/MainThread: stderr[44]: 2024-03-01 16:59:41,279 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:59:41,280 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,282 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:59:41,282 INFO program/MainThread: stderr[45]: 2024-03-01 16:59:41,282 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:59:41,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:59:41,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,293 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:41,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,294 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:41,290 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e56572b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:41,295 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,297 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:59:41,298 INFO program/MainThread: stderr[46]: 2024-03-01 16:59:41,298 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:59:41,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:41,305 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,305 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:59:41,308 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,308 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:59:41,311 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,311 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:59:41,314 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,314 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:59:41,315 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:59:41,318 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,318 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:59:41,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:41,321 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:41,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:59:41,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:41,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:59:41,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:41,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:41,351 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:41,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:41,354 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:41,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:59:41,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:59:41,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:41,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:59:41,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:41,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:41,367 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:41,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:41,370 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:41,370 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:59:41,371 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:59:41,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:41,374 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:41,376 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:41,377 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:41,380 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv ' '/dev/disk/by-uuid/eb501376-daa1-4a87-856b-e9eb508f3513 ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '96', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'ID_FS_UUID_ENC': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1204550921'} ; 2024-03-01 16:59:41,380 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:41,380 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,383 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:59:41,384 INFO program/MainThread: stderr[47]: 2024-03-01 16:59:41,384 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:59:41,384 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,386 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:59:41,386 INFO program/MainThread: stderr[48]: 2024-03-01 16:59:41,386 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:59:41,386 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,389 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:59:41,389 INFO program/MainThread: stderr[49]: 2024-03-01 16:59:41,389 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:59:41,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:59:41,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,400 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:41,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,401 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:41,397 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e5701160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:41,402 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,404 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:59:41,404 INFO program/MainThread: stderr[50]: 2024-03-01 16:59:41,404 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:59:41,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:41,411 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,411 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:59:41,415 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,415 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:59:41,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,418 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:59:41,421 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,421 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:59:41,421 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:59:41,424 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,424 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:59:41,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:41,428 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:41,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:59:41,443 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:41,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:59:41,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:41,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:41,449 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:41,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:59:41,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:59:41,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:41,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:59:41,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:41,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:41,465 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:41,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:41,469 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,469 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:59:41,469 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:59:41,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:41,472 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:41,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:41,475 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,479 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/35b3cf0b-403c-4d67-a57e-60e2bb205cf3 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '95', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'ID_FS_UUID_ENC': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203460533'} ; 2024-03-01 16:59:41,479 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:41,479 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,482 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:59:41,482 INFO program/MainThread: stderr[51]: 2024-03-01 16:59:41,482 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:59:41,482 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,485 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:59:41,485 INFO program/MainThread: stderr[52]: 2024-03-01 16:59:41,485 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:59:41,485 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,487 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:59:41,488 INFO program/MainThread: stderr[53]: 2024-03-01 16:59:41,488 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:59:41,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:59:41,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,499 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:41,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,500 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:41,495 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e56992e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo 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 (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:41,501 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,503 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:59:41,503 INFO program/MainThread: stderr[54]: 2024-03-01 16:59:41,503 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:59:41,507 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:41,510 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,510 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:59:41,513 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,513 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:59:41,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:59:41,520 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,520 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:59:41,521 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:59:41,523 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,524 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:59:41,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:41,527 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:41,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:59:41,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:41,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:59:41,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:41,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:41,548 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:41,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:41,552 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:59:41,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:59:41,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:41,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:59:41,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:41,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:41,564 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:41,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:41,568 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,568 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:59:41,568 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:59:41,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:41,571 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:41,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:41,574 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:41,578 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/0e4adced-f8b3-447c-9802-700938049ac2', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '94', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0e4adced-f8b3-447c-9802-700938049ac2', 'ID_FS_UUID_ENC': '0e4adced-f8b3-447c-9802-700938049ac2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203078705'} ; 2024-03-01 16:59:41,578 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:41,578 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,581 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:59:41,581 INFO program/MainThread: stderr[55]: 2024-03-01 16:59:41,581 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:59:41,581 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,584 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:59:41,584 INFO program/MainThread: stderr[56]: 2024-03-01 16:59:41,584 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:59:41,584 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,586 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:59:41,587 INFO program/MainThread: stderr[57]: 2024-03-01 16:59:41,587 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:59:41,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:59:41,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,598 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,599 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,594 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e574c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY 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 (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:41,600 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,603 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:59:41,603 INFO program/MainThread: stderr[58]: 2024-03-01 16:59:41,603 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:59:41,607 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:41,610 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,610 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:59:41,613 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,613 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:59:41,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:59:41,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:59:41,620 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:59:41,623 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,623 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:59:41,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:41,626 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,627 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:41,629 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:59:41,629 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:41,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,640 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:41,640 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:41,640 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:41,641 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:41,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:59:41,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:59:41,644 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:41,646 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:41,647 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:41,649 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:41,650 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:41,650 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:59:41,650 INFO blivet/MainThread: got device: DiskDevice instance (0x7f18e563e100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:59:41,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:41,656 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,656 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:59:41,659 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,659 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:59:41,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:59:41,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:59:41,668 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:41,670 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,673 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:41,686 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 0x7f18e67f92c0> 2024-03-01 16:59:41,733 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:59:41,737 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:41,737 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:41,740 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:59:41,740 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:41,740 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:41,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,750 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:41,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,768 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:59:41,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:59:41,795 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:41,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:59:41,798 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:41,800 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:41,801 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:41,804 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:41,804 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,804 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:41,807 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:41,810 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:41,812 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:41,815 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:41,818 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:41,818 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,818 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:59:41,819 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:41,818 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f18e5646130) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f18e6c66f40> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:41,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:41,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:59:41,828 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,828 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:59:41,831 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,831 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:59:41,834 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:59:41,834 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:41,837 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,837 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:59:41,840 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:41,840 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/0e4adced-f8b3-447c-9802-700938049ac2 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '94', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0e4adced-f8b3-447c-9802-700938049ac2', 'ID_FS_UUID_ENC': '0e4adced-f8b3-447c-9802-700938049ac2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203078705'} ; 2024-03-01 16:59:41,843 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:41,843 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,846 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:59:41,847 INFO program/MainThread: stderr[59]: 2024-03-01 16:59:41,847 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:59:41,847 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,849 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:59:41,849 INFO program/MainThread: stderr[60]: 2024-03-01 16:59:41,849 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:59:41,850 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,852 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:59:41,852 INFO program/MainThread: stderr[61]: 2024-03-01 16:59:41,852 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:59:41,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:59:41,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,864 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,865 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,860 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e574c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:41,866 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:41,869 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:59:41,869 INFO program/MainThread: stderr[62]: 2024-03-01 16:59:41,869 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:59:41,872 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:41,872 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:59:41,875 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/35b3cf0b-403c-4d67-a57e-60e2bb205cf3 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '95', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'ID_FS_UUID_ENC': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203460533'} ; 2024-03-01 16:59:41,875 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:41,876 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,878 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:59:41,878 INFO program/MainThread: stderr[63]: 2024-03-01 16:59:41,878 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:59:41,878 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,881 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:59:41,881 INFO program/MainThread: stderr[64]: 2024-03-01 16:59:41,881 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:59:41,881 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,884 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:59:41,884 INFO program/MainThread: stderr[65]: 2024-03-01 16:59:41,884 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:59:41,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:59:41,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,895 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,896 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,891 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e56992e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:41,897 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:41,899 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:59:41,900 INFO program/MainThread: stderr[66]: 2024-03-01 16:59:41,900 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:59:41,903 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:41,903 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:59:41,906 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/eb501376-daa1-4a87-856b-e9eb508f3513 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '96', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'ID_FS_UUID_ENC': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1204550921'} ; 2024-03-01 16:59:41,906 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:41,906 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,909 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:59:41,909 INFO program/MainThread: stderr[67]: 2024-03-01 16:59:41,909 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:59:41,909 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,912 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:59:41,912 INFO program/MainThread: stderr[68]: 2024-03-01 16:59:41,912 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:59:41,912 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,914 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:59:41,914 INFO program/MainThread: stderr[69]: 2024-03-01 16:59:41,914 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:59:41,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:59:41,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,925 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,927 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,922 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e5701160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:41,927 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:41,930 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:59:41,930 INFO program/MainThread: stderr[70]: 2024-03-01 16:59:41,930 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:59:41,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:41,934 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:59:41,936 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/64549a42-0bad-4b43-abe2-750fd7f3bf64 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '97', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'ID_FS_UUID_ENC': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1205661603'} ; 2024-03-01 16:59:41,937 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:41,937 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,939 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:59:41,939 INFO program/MainThread: stderr[71]: 2024-03-01 16:59:41,939 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:59:41,940 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,942 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:59:41,942 INFO program/MainThread: stderr[72]: 2024-03-01 16:59:41,942 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:59:41,942 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,945 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:59:41,945 INFO program/MainThread: stderr[73]: 2024-03-01 16:59:41,945 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:59:41,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:59:41,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,956 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:41,957 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:41,952 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e56572b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e5647f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:41,958 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:41,960 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:59:41,960 INFO program/MainThread: stderr[74]: 2024-03-01 16:59:41,960 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:59:41,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:41,964 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:59:41,967 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/f6bf075a-b2b8-4790-b920-58753c10917b ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '98', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'ID_FS_UUID_ENC': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207403685'} ; 2024-03-01 16:59:41,967 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:41,967 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,969 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:59:41,970 INFO program/MainThread: stderr[75]: 2024-03-01 16:59:41,970 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:59:41,970 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,972 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:59:41,972 INFO program/MainThread: stderr[76]: 2024-03-01 16:59:41,972 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:59:41,972 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,975 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:59:41,975 INFO program/MainThread: stderr[77]: 2024-03-01 16:59:41,975 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:59:41,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:59:41,985 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,985 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:41,986 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:41,982 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e563ebb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e56b4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:41,987 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:41,989 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:59:41,989 INFO program/MainThread: stderr[78]: 2024-03-01 16:59:41,989 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:59:41,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:41,993 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:59:41,996 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '99', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'ID_FS_UUID_ENC': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207820811'} ; 2024-03-01 16:59:41,996 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:41,996 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:41,999 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:59:41,999 INFO program/MainThread: stderr[79]: 2024-03-01 16:59:41,999 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:59:41,999 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:42,001 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:59:42,001 INFO program/MainThread: stderr[80]: 2024-03-01 16:59:42,002 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:59:42,002 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:42,004 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:59:42,004 INFO program/MainThread: stderr[81]: 2024-03-01 16:59:42,004 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:59:42,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:59:42,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:42,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:42,015 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:42,015 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:42,012 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e563e340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e56b4c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:42,016 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:42,018 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:59:42,019 INFO program/MainThread: stderr[82]: 2024-03-01 16:59:42,019 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:59:42,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:42,022 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:59:42,025 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '100', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'ID_FS_UUID_ENC': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209545364'} ; 2024-03-01 16:59:42,025 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:42,026 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:42,028 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:59:42,028 INFO program/MainThread: stderr[83]: 2024-03-01 16:59:42,028 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:59:42,028 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:42,031 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:59:42,031 INFO program/MainThread: stderr[84]: 2024-03-01 16:59:42,031 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:59:42,031 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:42,033 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:59:42,034 INFO program/MainThread: stderr[85]: 2024-03-01 16:59:42,034 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:59:42,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:59:42,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:42,044 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:42,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:42,044 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:42,041 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e569adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e574c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:42,045 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:42,047 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:59:42,048 INFO program/MainThread: stderr[86]: 2024-03-01 16:59:42,048 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:59:42,051 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:42,051 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:59:42,054 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '101', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'ID_FS_UUID_ENC': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209992382'} ; 2024-03-01 16:59:42,054 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:42,054 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:42,057 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:59:42,057 INFO program/MainThread: stderr[87]: 2024-03-01 16:59:42,057 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:59:42,057 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:42,059 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:59:42,060 INFO program/MainThread: stderr[88]: 2024-03-01 16:59:42,060 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:59:42,060 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:42,062 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:59:42,062 INFO program/MainThread: stderr[89]: 2024-03-01 16:59:42,062 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:59:42,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:42,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:42,072 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:42,073 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:42,073 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:42,069 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f18e569af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f18e574c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:42,074 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:42,076 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:59:42,076 INFO program/MainThread: stderr[90]: 2024-03-01 16:59:42,076 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:59:42,080 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:42,080 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:42,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,092 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,110 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:42,110 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:42,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,122 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:42,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,133 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:42,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,144 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:42,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,154 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:42,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,165 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:59:42,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:42,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:42,176 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:45,202 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7rosx7p3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:45,237 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:45,237 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:45,240 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:45,240 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 16:59:45,240 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:45,240 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:45,244 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:45,245 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:45,248 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:45,248 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:45,251 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:45,251 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:45,254 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:45,254 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:45,265 INFO program/MainThread: stdout: 2024-03-01 16:59:45,265 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:45,265 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 2024-03-01 16:59:45,265 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY 2024-03-01 16:59:45,265 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d 2024-03-01 16:59:45,265 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u 2024-03-01 16:59:45,265 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV 2024-03-01 16:59:45,265 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f6bf075a-b2b8-4790-b920-58753c10917b 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 2024-03-01 16:59:45,265 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y 2024-03-01 16:59:45,265 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl 2024-03-01 16:59:45,265 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG 2024-03-01 16:59:45,265 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 0e4adced-f8b3-447c-9802-700938049ac2 2024-03-01 16:59:45,265 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 35b3cf0b-403c-4d67-a57e-60e2bb205cf3 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 2024-03-01 16:59:45,265 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 2024-03-01 16:59:45,265 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 2024-03-01 16:59:45,265 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA 2024-03-01 16:59:45,265 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 2024-03-01 16:59:45,265 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:45,265 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:45,265 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:45,266 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:45,266 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 sdb 1073741824 root disk brw-rw---- LVM2_member 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 39e9c887-c981-4bfb-a2ca-308a7257ffd3 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d sdc 1073741824 root disk brw-rw---- LVM2_member XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u sdd 1073741824 root disk brw-rw---- LVM2_member C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV |-test_vg2-lv4 641728512 root disk brw-rw---- xfs f6bf075a-b2b8-4790-b920-58753c10917b `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 sde 1073741824 root disk brw-rw---- LVM2_member rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y sdf 1073741824 root disk brw-rw---- LVM2_member WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl sdg 1073741824 root disk brw-rw---- LVM2_member AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 0e4adced-f8b3-447c-9802-700938049ac2 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 35b3cf0b-403c-4d67-a57e-60e2bb205cf3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 sdh 1073741824 root disk brw-rw---- LVM2_member umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs eb501376-daa1-4a87-856b-e9eb508f3513 sdi 1073741824 root disk brw-rw---- LVM2_member CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 sdj 1073741824 root disk brw-rw---- LVM2_member c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 64549a42-0bad-4b43-abe2-750fd7f3bf64 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:45,266 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:45,266 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:45,266 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:45,267 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:45,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:45,276 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:45,293 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 16:59:45,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/lvm-pv-uuid-QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO', 'ID_FS_UUID_ENC': 'QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 16:59:45,297 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:59:45,298 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:45,338 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:45,338 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:45,338 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:45,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,350 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:45,352 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 16:59:45,356 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:45,357 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:45,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:45,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:45,361 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:45,364 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:45,364 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 16:59:45,367 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 16:59:45,368 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,368 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:45,368 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1b31a8e0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 16:59:45,371 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:45,375 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,375 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:45,378 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,378 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:45,382 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,382 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:45,385 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,385 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:45,388 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:45,388 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:45,389 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:45,424 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:45,424 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:45,424 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:45,425 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:45,429 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; 2024-03-01 16:59:45,429 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:45,432 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,444 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:45,480 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:45,480 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:45,480 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:45,480 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:45,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:45,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:45,490 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:45,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:45,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:45,493 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:59:45,529 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:45,529 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY. WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 16:59:45,529 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:45,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:45,534 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:45,537 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:45,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,543 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:45,543 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,546 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/lvm-pv-uuid-4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY', 'ID_FS_UUID_ENC': '4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 16:59:45,546 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 16:59:45,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:45,557 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:45,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:45,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:45,560 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:45,563 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:45,564 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 16:59:45,566 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 16:59:45,567 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,567 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:45,567 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a1e5a00) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 16:59:45,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:45,573 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,573 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:45,576 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,576 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:45,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:45,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:45,585 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:45,585 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:45,586 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:59:45,624 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:45,624 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). 2024-03-01 16:59:45,624 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:45,625 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:45,629 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 16:59:45,629 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:45,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:45,643 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:45,646 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:45,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,652 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:59:45,684 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:45,684 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u. WARNING: VG test_vg1 is missing PV XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u (last written to /dev/sdc). 2024-03-01 16:59:45,684 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:45,684 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:45,684 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:45,689 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 16:59:45,689 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:59:45,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,700 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:45,700 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:45,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:45,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:45,703 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:45,706 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:45,706 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:59:45,709 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:59:45,710 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,710 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:45,710 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a145c40) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 16:59:45,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:45,714 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:45,717 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 16:59:45,717 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 16:59:45,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,727 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:45,728 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:45,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:45,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:45,731 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:45,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:45,734 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 16:59:45,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:59:45,737 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,737 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:45,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a145d90) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 16:59:45,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:45,740 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:45,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/lvm-pv-uuid-XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u', 'ID_FS_UUID_ENC': 'XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 16:59:45,743 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 16:59:45,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:45,755 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:45,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:45,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:45,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:45,761 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:45,761 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:59:45,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:59:45,764 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:45,764 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:45,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a15a460) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 16:59:45,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:45,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,771 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:45,773 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,774 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:45,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:45,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:45,782 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:45,783 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:45,783 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:45,814 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 16:59:45,814 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:45,814 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:45,815 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:45,819 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:45,819 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:45,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:45,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,831 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:45,833 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:45,836 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:45,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS ; incomplete: True ; hidden: False ; 2024-03-01 16:59:45,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:45,842 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:45,879 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:45,879 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:45,879 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:45,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:45,895 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:45,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:45,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:45,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,903 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:45,906 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:45,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:45,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:45,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:45,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:45,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,919 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:45,922 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,923 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 16:59:45,923 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:45,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:45,926 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:59:45,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 16:59:45,929 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 16:59:45,934 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '101', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'ID_FS_UUID_ENC': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209992382'} ; 2024-03-01 16:59:45,934 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:45,934 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,937 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:45,937 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:45,937 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:45,937 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,940 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:45,940 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:45,940 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:45,940 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,942 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:45,943 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:45,943 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:45,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:45,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,952 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:45,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:45,953 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 16:59:45,950 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:45,954 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:45,956 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:45,956 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:45,956 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:45,960 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:45,964 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:45,964 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:45,967 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:45,967 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:45,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:45,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:45,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:45,975 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:45,975 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:45,978 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:45,979 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:45,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:45,982 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:45,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:45,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:45,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:45,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:45,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:45,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:45,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:46,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:46,003 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:46,006 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:46,007 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:46,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:59:46,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:59:46,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:46,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:46,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:59:46,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:46,020 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:46,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:46,023 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:46,023 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 16:59:46,023 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 16:59:46,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:46,026 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:59:46,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 16:59:46,030 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:46,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb ' '/dev/disk/by-uuid/39e9c887-c981-4bfb-a2ca-308a7257ffd3 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '100', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'ID_FS_UUID_ENC': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209545364'} ; 2024-03-01 16:59:46,033 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:46,033 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:46,036 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:46,036 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:46,037 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:46,037 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:46,039 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:46,039 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:46,039 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:46,039 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:46,042 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:46,042 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:46,042 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:46,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 16:59:46,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:46,052 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:46,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:46,053 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:46,049 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:46,053 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:46,056 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:46,056 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:46,056 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:46,060 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:46,063 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,064 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:59:46,067 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,067 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:59:46,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:59:46,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:46,073 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:59:46,076 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,077 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:59:46,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:59:46,080 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,080 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,083 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/lvm-pv-uuid-C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV', 'ID_FS_UUID_ENC': 'C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV', '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': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 16:59:46,083 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 16:59:46,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,095 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:46,095 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:46,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:46,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:46,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:46,101 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:46,101 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 16:59:46,104 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 16:59:46,104 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,105 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 16:59:46,105 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a1594f0) -- name = sdd status = True id = 72 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 16:59:46,108 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:46,111 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,111 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:46,114 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,114 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:46,117 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:46,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:46,123 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:59:46,123 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:59:46,123 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:46,164 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:46,164 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:46,164 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:46,165 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:59:46,169 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV ; label: None ; device: /dev/sdd ; serial: 36001405d3c860a82e9d4efea4fbc9219 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 16:59:46,169 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 16:59:46,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,183 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:46,214 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:46,214 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:46,214 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:46,215 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:46,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:46,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:59:46,222 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:46,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:59:46,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:59:46,226 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:46,259 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:46,259 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y. WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y (last written to /dev/sde). WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:46,259 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:46,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:59:46,264 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 16:59:46,267 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:59:46,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:46,273 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:46,273 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/lvm-pv-uuid-rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y', 'ID_FS_UUID_ENC': 'rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y', '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': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 16:59:46,276 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:59:46,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,287 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:46,288 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:46,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:59:46,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:59:46,291 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:46,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:46,294 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:59:46,297 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:59:46,297 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,297 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 16:59:46,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a1452e0) -- name = sde status = True id = 86 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014056edc1ece4f754381a56438e18 2024-03-01 16:59:46,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:46,304 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,304 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 16:59:46,307 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,307 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 16:59:46,310 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,310 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 16:59:46,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:59:46,316 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:59:46,316 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:59:46,316 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:46,347 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:46,347 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:46,347 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:46,348 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:59:46,351 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y ; label: None ; device: /dev/sde ; serial: 360014056edc1ece4f754381a56438e18 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:46,352 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 16:59:46,354 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 16:59:46,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:59:46,366 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:46,368 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:59:46,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:46,374 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:46,415 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:46,415 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl. WARNING: VG test_vg2 is missing PV WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl (last written to /dev/sdf). 2024-03-01 16:59:46,415 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:46,416 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:59:46,416 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/lvm-pv-uuid-WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl', 'ID_FS_UUID_ENC': 'WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl', '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': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 16:59:46,420 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 16:59:46,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,432 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:46,432 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:46,433 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 16:59:46,433 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 16:59:46,436 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:46,438 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:46,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 16:59:46,441 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 16:59:46,442 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,442 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 16:59:46,442 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1b31a820) -- name = sdf status = True id = 96 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405b8db7a4af255422eae0c10291 2024-03-01 16:59:46,445 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:46,448 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,448 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 16:59:46,451 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,451 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 16:59:46,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,455 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 16:59:46,458 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,458 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 16:59:46,460 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:59:46,460 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:59:46,461 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,501 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 16:59:46,501 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:46,501 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:46,502 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:59:46,506 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl ; label: None ; device: /dev/sdf ; serial: 36001405b8db7a4af255422eae0c10291 ; exists: True ; vg_name: test_vg2 ; vg_uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:46,506 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 16:59:46,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:46,518 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:59:46,520 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:59:46,523 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:59:46,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:46,529 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,563 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:46,563 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:46,563 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:46,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:46,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:46,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:46,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:46,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:46,586 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:46,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:46,590 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:46,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:59:46,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:59:46,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:59:46,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:59:46,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:59:46,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:46,603 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:46,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:46,606 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:46,606 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:59:46,606 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 16:59:46,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:46,609 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:59:46,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:59:46,613 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:59:46,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU ' '/dev/disk/by-uuid/4c705cf0-97fe-4c26-80b9-d21c0a71a4e2 ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '99', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'ID_FS_UUID_ENC': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207820811'} ; 2024-03-01 16:59:46,616 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:46,617 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:46,620 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:59:46,620 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:46,620 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:46,620 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:46,622 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:59:46,622 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:46,622 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:46,623 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:46,625 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:59:46,625 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:46,625 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:46,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 16:59:46,634 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:46,635 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:46,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:46,636 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:59:46,632 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU 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 (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:46,636 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:46,639 INFO program/MainThread: stdout[29]: LVM 2024-03-01 16:59:46,639 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:46,639 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:46,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:46,646 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,646 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 16:59:46,649 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,649 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 16:59:46,652 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 16:59:46,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 16:59:46,656 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:59:46,660 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,660 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 16:59:46,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:59:46,663 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:46,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:46,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:59:46,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:46,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:46,684 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:46,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:46,688 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:46,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 16:59:46,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:59:46,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:46,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:46,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:59:46,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:46,701 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:46,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:46,705 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:46,706 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 16:59:46,706 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 16:59:46,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:46,710 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:59:46,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:59:46,713 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 16:59:46,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/f6bf075a-b2b8-4790-b920-58753c10917b ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '98', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'ID_FS_UUID_ENC': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207403685'} ; 2024-03-01 16:59:46,716 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:46,717 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:46,720 INFO program/MainThread: stdout[30]: LVM 2024-03-01 16:59:46,720 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:46,720 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:46,720 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:46,722 INFO program/MainThread: stdout[31]: LVM 2024-03-01 16:59:46,722 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:46,722 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:46,722 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:46,725 INFO program/MainThread: stdout[32]: LVM 2024-03-01 16:59:46,725 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:46,725 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:46,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 16:59:46,735 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:46,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:46,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:46,736 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:46,732 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:46,737 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:46,739 INFO program/MainThread: stdout[33]: LVM 2024-03-01 16:59:46,739 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:46,739 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:46,743 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:46,747 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,747 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 16:59:46,750 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,750 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 16:59:46,753 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,753 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 16:59:46,757 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,757 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:59:46,757 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:59:46,760 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:46,760 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 16:59:46,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:59:46,763 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:46,764 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,767 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/lvm-pv-uuid-AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG', 'ID_FS_UUID_ENC': 'AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG', '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': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 16:59:46,767 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 16:59:46,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,778 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:46,779 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:46,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:59:46,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 16:59:46,782 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:46,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:46,785 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:59:46,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:46,788 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,789 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 16:59:46,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a159040) -- name = sdg status = True id = 132 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014054f64a101697c428093fc3b9d9 2024-03-01 16:59:46,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:46,795 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,795 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 16:59:46,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,798 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 16:59:46,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 16:59:46,804 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,804 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 16:59:46,806 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:59:46,807 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:59:46,807 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,848 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:46,848 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:46,848 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:59:46,849 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:59:46,853 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG ; label: None ; device: /dev/sdg ; serial: 360014054f64a101697c428093fc3b9d9 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 16:59:46,853 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 16:59:46,856 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,867 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,901 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:46,901 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:46,901 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:59:46,901 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:46,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:59:46,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:59:46,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:46,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 16:59:46,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:59:46,912 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:46,952 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:46,952 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky. WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:46,952 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:59:46,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:59:46,957 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 16:59:46,960 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:59:46,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:46,965 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:46,966 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:46,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky', 'ID_FS_UUID_ENC': 'umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky', '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': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 16:59:46,969 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:59:46,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,981 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:46,981 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:46,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:59:46,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:59:46,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:46,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:46,987 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 16:59:46,990 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:59:46,990 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,991 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 16:59:46,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a1107c0) -- name = sdh status = True id = 146 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405300d671ba13848079e9153351 2024-03-01 16:59:46,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:46,997 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,997 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 16:59:47,000 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,000 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 16:59:47,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,003 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 16:59:47,006 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:59:47,009 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:59:47,009 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:59:47,009 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,048 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:47,048 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:47,048 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:59:47,049 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:59:47,053 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky ; label: None ; device: /dev/sdh ; serial: 36001405300d671ba13848079e9153351 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; 2024-03-01 16:59:47,053 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 16:59:47,055 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:59:47,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:59:47,067 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:47,069 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:59:47,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,075 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,117 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,117 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj. WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:47,117 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:59:47,118 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:47,118 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,122 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/lvm-pv-uuid-CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj', 'ID_FS_UUID_ENC': 'CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj', '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': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 16:59:47,122 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:59:47,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,134 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:47,134 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:47,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 16:59:47,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:59:47,138 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:47,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:47,141 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:59:47,144 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:59:47,144 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,144 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 16:59:47,144 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a113220) -- name = sdi status = True id = 156 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 16:59:47,147 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:47,151 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,151 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 16:59:47,154 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,154 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 16:59:47,157 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,157 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 16:59:47,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 16:59:47,162 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:59:47,162 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:59:47,163 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,204 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:47,204 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:47,204 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:59:47,205 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:59:47,208 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj ; label: None ; device: /dev/sdi ; serial: 360014053fb9d0f8fd214bd99c9b2ab31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; 2024-03-01 16:59:47,209 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:59:47,212 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:59:47,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:59:47,223 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:47,226 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:59:47,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,232 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,277 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,277 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA. WARNING: VG test_vg3 is missing PV c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 16:59:47,277 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:59:47,278 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:59:47,278 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,282 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/lvm-pv-uuid-c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA', 'ID_FS_UUID_ENC': 'c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA', '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': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 16:59:47,282 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 16:59:47,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,294 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:47,294 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:47,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:59:47,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 16:59:47,297 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:47,300 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:47,300 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:59:47,303 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:59:47,304 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,304 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 16:59:47,304 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a114910) -- name = sdj status = True id = 166 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 600140553205ffd712d42918e361c063 2024-03-01 16:59:47,307 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:47,310 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,310 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 16:59:47,313 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,313 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 16:59:47,316 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,316 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 16:59:47,319 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,320 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 16:59:47,322 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:59:47,322 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:59:47,322 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,365 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=QsvnFG-ttw0-m2y6-Vmc8-FLNw-z8AM-5ZKDqO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=4d0wdg-yqHL-AInB-40Bx-HCch-q1s3-CaeEFY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=XyJxBa-MdHk-K7kP-2k84-ZJBN-EqTP-O9Xd7u LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=C6SKPk-SvSq-AbJL-iqRk-ZoY2-3KUX-9gxdgV LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=rSR720-EZyY-LFza-9DtR-5aew-BwPM-NlEQ9Y LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=WENWWE-a2nZ-w0dw-pASk-wDis-EIM0-RJAwDl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=AeozjP-eqZu-tk1N-MABb-9s73-V3hr-6kyThG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=umcSWp-rQuk-mfmf-BCVV-ljBi-OuzS-XZseky LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=CIWCri-9dCO-Kj2O-T5Bc-g04P-rXTa-DGrZTj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 16:59:47,365 INFO program/MainThread: stderr[41]: 2024-03-01 16:59:47,365 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:59:47,366 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:59:47,370 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c3txZC-Wlo3-l05a-FEfC-4l44-QObf-Pl6wTA ; label: None ; device: /dev/sdj ; serial: 3600140553205ffd712d42918e361c063 ; exists: True ; vg_name: test_vg3 ; vg_uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 16:59:47,370 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 16:59:47,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:59:47,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:59:47,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:59:47,387 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:59:47,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:47,393 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:47,430 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP LVM2_LV_SIZE=482344960 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe LVM2_LV_SIZE=1283457024 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv LVM2_LV_SIZE=1069547520 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,430 INFO program/MainThread: stderr[42]: 2024-03-01 16:59:47,430 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:59:47,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:47,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 16:59:47,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:47,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:59:47,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:47,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:47,453 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:47,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:47,457 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:47,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 16:59:47,460 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:59:47,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:59:47,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 16:59:47,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:59:47,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:47,470 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:47,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:47,473 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:47,473 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 16:59:47,473 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 16:59:47,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:47,476 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:59:47,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 16:59:47,480 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 16:59:47,483 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/64549a42-0bad-4b43-abe2-750fd7f3bf64 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '97', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'ID_FS_UUID_ENC': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1205661603'} ; 2024-03-01 16:59:47,483 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:47,483 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,486 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:59:47,486 INFO program/MainThread: stderr[43]: 2024-03-01 16:59:47,487 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:59:47,487 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,489 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:59:47,489 INFO program/MainThread: stderr[44]: 2024-03-01 16:59:47,489 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:59:47,489 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,492 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:59:47,492 INFO program/MainThread: stderr[45]: 2024-03-01 16:59:47,492 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:59:47,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 16:59:47,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,503 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:47,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,504 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 16:59:47,500 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:47,505 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:47,507 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:59:47,507 INFO program/MainThread: stderr[46]: 2024-03-01 16:59:47,507 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:59:47,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:47,514 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,514 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 16:59:47,517 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 16:59:47,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 16:59:47,524 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,524 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 16:59:47,524 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:59:47,527 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,527 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 16:59:47,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:59:47,530 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:47,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 16:59:47,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:47,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:59:47,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:47,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:47,561 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:47,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:47,564 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:47,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 16:59:47,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:59:47,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:59:47,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:59:47,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:59:47,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:47,577 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:47,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:47,580 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:47,581 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 16:59:47,581 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 16:59:47,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:47,584 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:59:47,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:59:47,587 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 16:59:47,590 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv ' '/dev/disk/by-uuid/eb501376-daa1-4a87-856b-e9eb508f3513 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '96', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'ID_FS_UUID_ENC': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1204550921'} ; 2024-03-01 16:59:47,590 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:47,591 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,594 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:59:47,594 INFO program/MainThread: stderr[47]: 2024-03-01 16:59:47,594 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:59:47,594 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,596 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:59:47,597 INFO program/MainThread: stderr[48]: 2024-03-01 16:59:47,597 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:59:47,597 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,599 INFO program/MainThread: stdout[49]: LVM 2024-03-01 16:59:47,599 INFO program/MainThread: stderr[49]: 2024-03-01 16:59:47,599 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:59:47,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 16:59:47,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,611 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:47,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,612 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 16:59:47,607 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:47,612 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:47,615 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:59:47,615 INFO program/MainThread: stderr[50]: 2024-03-01 16:59:47,615 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:59:47,619 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:47,622 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,622 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 16:59:47,625 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,625 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 16:59:47,629 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,629 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 16:59:47,632 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,632 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 16:59:47,632 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:59:47,635 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,635 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 16:59:47,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:59:47,638 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:47,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:59:47,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:47,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 16:59:47,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:47,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:47,660 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:47,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:47,664 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 16:59:47,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:59:47,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:47,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 16:59:47,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:59:47,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:47,677 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:47,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:47,680 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,680 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:59:47,680 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 16:59:47,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:47,683 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:59:47,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:59:47,686 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,690 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/35b3cf0b-403c-4d67-a57e-60e2bb205cf3 ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '95', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'ID_FS_UUID_ENC': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203460533'} ; 2024-03-01 16:59:47,690 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:47,690 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,693 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:59:47,693 INFO program/MainThread: stderr[51]: 2024-03-01 16:59:47,693 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:59:47,693 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,696 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:59:47,696 INFO program/MainThread: stderr[52]: 2024-03-01 16:59:47,696 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:59:47,696 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,698 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:59:47,699 INFO program/MainThread: stderr[53]: 2024-03-01 16:59:47,699 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:59:47,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 16:59:47,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,710 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:47,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,711 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 16:59:47,706 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo 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 (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:47,712 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:47,714 INFO program/MainThread: stdout[54]: LVM 2024-03-01 16:59:47,715 INFO program/MainThread: stderr[54]: 2024-03-01 16:59:47,715 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:59:47,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:47,722 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,722 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 16:59:47,725 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,725 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 16:59:47,729 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,729 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 16:59:47,732 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,732 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 16:59:47,732 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:59:47,735 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,735 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 16:59:47,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:59:47,738 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:47,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 16:59:47,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:47,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 16:59:47,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:47,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:47,760 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 16:59:47,767 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:59:47,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:59:47,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:59:47,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:59:47,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:47,776 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:47,780 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,780 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:59:47,780 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 16:59:47,783 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:47,783 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:47,787 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:59:47,790 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/0e4adced-f8b3-447c-9802-700938049ac2 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '94', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0e4adced-f8b3-447c-9802-700938049ac2', 'ID_FS_UUID_ENC': '0e4adced-f8b3-447c-9802-700938049ac2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203078705'} ; 2024-03-01 16:59:47,790 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:47,790 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,793 INFO program/MainThread: stdout[55]: LVM 2024-03-01 16:59:47,794 INFO program/MainThread: stderr[55]: 2024-03-01 16:59:47,794 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:59:47,794 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,796 INFO program/MainThread: stdout[56]: LVM 2024-03-01 16:59:47,796 INFO program/MainThread: stderr[56]: 2024-03-01 16:59:47,796 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:59:47,797 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,799 INFO program/MainThread: stdout[57]: LVM 2024-03-01 16:59:47,799 INFO program/MainThread: stderr[57]: 2024-03-01 16:59:47,799 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:59:47,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 16:59:47,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,811 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:47,812 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:47,807 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY 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 (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:47,813 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:47,816 INFO program/MainThread: stdout[58]: LVM 2024-03-01 16:59:47,816 INFO program/MainThread: stderr[58]: 2024-03-01 16:59:47,816 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:59:47,820 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:47,823 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,823 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 16:59:47,826 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,826 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 16:59:47,830 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 16:59:47,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:59:47,833 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:59:47,836 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,836 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 16:59:47,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:59:47,840 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,840 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 16:59:47,843 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:47,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,854 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:47,854 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:47,854 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:47,854 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:47,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:59:47,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 16:59:47,857 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:47,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:47,860 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:47,863 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:47,863 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:47,864 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 16:59:47,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1a0fe100) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 16:59:47,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:47,870 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,870 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 16:59:47,873 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,873 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 16:59:47,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 16:59:47,879 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 16:59:47,882 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:47,885 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:47,888 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:47,894 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 0x7f4c1a11b780> 2024-03-01 16:59:47,932 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 16:59:47,936 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:47,936 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:47,939 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 16:59:47,939 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:47,940 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:47,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,949 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:47,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:47,967 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:47,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 16:59:47,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 16:59:47,994 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:47,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 16:59:47,997 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:48,000 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:48,000 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:48,003 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:48,003 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:48,004 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:48,006 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:48,009 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:48,012 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:48,015 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:48,017 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:48,018 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:48,018 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 16:59:48,019 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:48,018 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4c1a106130) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f4c1a12c950> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:48,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:48,025 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:48,025 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 16:59:48,028 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:48,028 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 16:59:48,031 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:48,031 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 16:59:48,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:48,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 16:59:48,034 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:48,037 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:48,037 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 16:59:48,040 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:48,040 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:48,043 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/0e4adced-f8b3-447c-9802-700938049ac2', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '94', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztb5a8Rotz1Pz5uTPPrMdFC5no0SsprGMY', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0e4adced-f8b3-447c-9802-700938049ac2', 'ID_FS_UUID_ENC': '0e4adced-f8b3-447c-9802-700938049ac2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203078705'} ; 2024-03-01 16:59:48,043 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:48,043 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:48,046 INFO program/MainThread: stdout[59]: LVM 2024-03-01 16:59:48,046 INFO program/MainThread: stderr[59]: 2024-03-01 16:59:48,046 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:59:48,046 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:48,049 INFO program/MainThread: stdout[60]: LVM 2024-03-01 16:59:48,049 INFO program/MainThread: stderr[60]: 2024-03-01 16:59:48,049 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:59:48,049 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:48,052 INFO program/MainThread: stdout[61]: LVM 2024-03-01 16:59:48,052 INFO program/MainThread: stderr[61]: 2024-03-01 16:59:48,052 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:59:48,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:59:48,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,064 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,065 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,060 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:48,066 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:59:48,068 INFO program/MainThread: stdout[62]: LVM 2024-03-01 16:59:48,069 INFO program/MainThread: stderr[62]: 2024-03-01 16:59:48,069 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:59:48,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:59:48,072 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:59:48,075 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo ' '/dev/disk/by-uuid/35b3cf0b-403c-4d67-a57e-60e2bb205cf3 ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '95', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztKdG0egRMl4S56MeJuEiloveNfDHH1qDo', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '104448', 'ID_FS_SIZE': '360710144', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'ID_FS_UUID_ENC': '35b3cf0b-403c-4d67-a57e-60e2bb205cf3', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1203460533'} ; 2024-03-01 16:59:48,075 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:59:48,076 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:48,078 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:59:48,078 INFO program/MainThread: stderr[63]: 2024-03-01 16:59:48,078 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:59:48,078 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:48,081 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:59:48,081 INFO program/MainThread: stderr[64]: 2024-03-01 16:59:48,081 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:59:48,081 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:48,083 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:59:48,083 INFO program/MainThread: stderr[65]: 2024-03-01 16:59:48,083 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:59:48,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:59:48,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,094 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,096 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,091 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:48,096 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:59:48,099 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:59:48,099 INFO program/MainThread: stderr[66]: 2024-03-01 16:59:48,099 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:59:48,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:59:48,103 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:59:48,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/eb501376-daa1-4a87-856b-e9eb508f3513 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '96', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztGEdzmeOMfefe7U9izqulcQcc5ZHaAjHv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '261120', 'ID_FS_SIZE': '1002438656', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'ID_FS_UUID_ENC': 'eb501376-daa1-4a87-856b-e9eb508f3513', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1204550921'} ; 2024-03-01 16:59:48,106 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:59:48,106 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:48,108 INFO program/MainThread: stdout[67]: LVM 2024-03-01 16:59:48,108 INFO program/MainThread: stderr[67]: 2024-03-01 16:59:48,108 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:59:48,109 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:48,111 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:59:48,111 INFO program/MainThread: stderr[68]: 2024-03-01 16:59:48,111 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:59:48,111 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:48,113 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:59:48,114 INFO program/MainThread: stderr[69]: 2024-03-01 16:59:48,114 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:59:48,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:59:48,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,125 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,126 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,121 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:48,127 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:59:48,129 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:59:48,129 INFO program/MainThread: stderr[70]: 2024-03-01 16:59:48,129 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:59:48,133 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:59:48,133 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:59:48,136 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/64549a42-0bad-4b43-abe2-750fd7f3bf64 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '97', '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-KRZ56OPYBRFTZY6Ret1V2trBHbnA23ztxGWNm49fWLNmOFd0mHUgst5JPnF4LmOe', 'DM_VG_NAME': 'test_vg3', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '313344', 'ID_FS_SIZE': '1216348160', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'ID_FS_UUID_ENC': '64549a42-0bad-4b43-abe2-750fd7f3bf64', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1205661603'} ; 2024-03-01 16:59:48,136 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:59:48,136 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:48,139 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:59:48,139 INFO program/MainThread: stderr[71]: 2024-03-01 16:59:48,139 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:59:48,139 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:48,141 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:59:48,141 INFO program/MainThread: stderr[72]: 2024-03-01 16:59:48,141 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:59:48,142 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:48,144 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:59:48,144 INFO program/MainThread: stderr[73]: 2024-03-01 16:59:48,144 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:59:48,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:59:48,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,155 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:48,156 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:48,151 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:48,157 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:59:48,160 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:59:48,160 INFO program/MainThread: stderr[74]: 2024-03-01 16:59:48,160 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:59:48,163 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:59:48,164 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:59:48,166 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/f6bf075a-b2b8-4790-b920-58753c10917b ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '98', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctoUEeai7hx5FgjgXnLW2Px1fzLcKoev0R', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '156672', 'ID_FS_SIZE': '574619648', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'ID_FS_UUID_ENC': 'f6bf075a-b2b8-4790-b920-58753c10917b', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207403685'} ; 2024-03-01 16:59:48,166 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:59:48,167 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:48,169 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:59:48,169 INFO program/MainThread: stderr[75]: 2024-03-01 16:59:48,169 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:59:48,169 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:48,172 INFO program/MainThread: stdout[76]: LVM 2024-03-01 16:59:48,172 INFO program/MainThread: stderr[76]: 2024-03-01 16:59:48,172 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:59:48,172 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:48,174 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:59:48,175 INFO program/MainThread: stderr[77]: 2024-03-01 16:59:48,175 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:59:48,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:59:48,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,185 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,182 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,186 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:59:48,189 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:59:48,189 INFO program/MainThread: stderr[78]: 2024-03-01 16:59:48,189 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:59:48,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:59:48,193 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:59:48,196 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '99', '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-hDHgJnxyUzqNpff9qihCVTrZIK57kqctApp6gGEny4YVW0pCMr5YzB9PWCSHNeOU', 'DM_VG_NAME': 'test_vg2', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '78848', 'ID_FS_SIZE': '255852544', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'ID_FS_UUID_ENC': '4c705cf0-97fe-4c26-80b9-d21c0a71a4e2', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1207820811'} ; 2024-03-01 16:59:48,196 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:59:48,196 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:48,198 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:59:48,199 INFO program/MainThread: stderr[79]: 2024-03-01 16:59:48,199 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:59:48,199 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:48,201 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:59:48,201 INFO program/MainThread: stderr[80]: 2024-03-01 16:59:48,201 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:59:48,201 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:48,204 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:59:48,204 INFO program/MainThread: stderr[81]: 2024-03-01 16:59:48,204 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:59:48,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:59:48,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,214 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,215 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,211 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,216 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:59:48,218 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:59:48,219 INFO program/MainThread: stderr[82]: 2024-03-01 16:59:48,219 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:59:48,222 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:59:48,222 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:59:48,225 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb ' '/dev/disk/by-uuid/39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '100', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTS0QHf8hYb6BRMbw6QxrjxXeZJFfUJKlcb', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'ID_FS_UUID_ENC': '39e9c887-c981-4bfb-a2ca-308a7257ffd3', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209545364'} ; 2024-03-01 16:59:48,225 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:59:48,226 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:48,228 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:59:48,228 INFO program/MainThread: stderr[83]: 2024-03-01 16:59:48,228 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:59:48,228 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:48,231 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:59:48,231 INFO program/MainThread: stderr[84]: 2024-03-01 16:59:48,231 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:59:48,231 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:48,233 INFO program/MainThread: stdout[85]: LVM 2024-03-01 16:59:48,233 INFO program/MainThread: stderr[85]: 2024-03-01 16:59:48,233 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:59:48,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:59:48,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,244 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,245 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,241 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,245 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:59:48,247 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:59:48,248 INFO program/MainThread: stderr[86]: 2024-03-01 16:59:48,248 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:59:48,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:59:48,251 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:59:48,254 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d ' '/dev/disk/by-id/dm-uuid-LVM-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '101', '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-4EEezFYBhtUAjledi1FpDqgbKGuDvpTSvybtrTifuesT90yQBm1d3ddVfM8eAQKP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '117760', 'ID_FS_SIZE': '415236096', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'ID_FS_UUID_ENC': '0fdd05f9-ad5c-4680-91f7-c5f639ef1a4d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1209992382'} ; 2024-03-01 16:59:48,254 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:59:48,255 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:48,257 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:59:48,257 INFO program/MainThread: stderr[87]: 2024-03-01 16:59:48,257 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:59:48,257 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:48,260 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:59:48,260 INFO program/MainThread: stderr[88]: 2024-03-01 16:59:48,260 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:59:48,260 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:48,262 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:59:48,262 INFO program/MainThread: stderr[89]: 2024-03-01 16:59:48,262 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:59:48,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:48,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,272 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,273 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,269 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,274 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:48,276 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:59:48,276 INFO program/MainThread: stderr[90]: 2024-03-01 16:59:48,276 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:59:48,280 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:48,280 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:48,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:48,292 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:48,310 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:48,310 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:48,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,322 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:48,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,333 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:48,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,344 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:48,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,355 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:48,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,366 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 16:59:48,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:48,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:48,377 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:48,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,382 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:59:48,382 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,383 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,383 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,383 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,384 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,384 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,384 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,385 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,385 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,385 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,386 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,386 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:48,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:59:48,391 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:48,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:59:48,397 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:48,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:59:48,402 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:48,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:48,407 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:48,410 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,410 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,411 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,414 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,415 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,418 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,419 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,422 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,423 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,423 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,426 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,427 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,427 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,430 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,431 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,434 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,434 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,435 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,438 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,439 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,441 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,442 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,443 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,445 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,446 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,447 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,453 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,454 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,457 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,458 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,461 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,461 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,462 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,464 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,465 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,465 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,466 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,469 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,470 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,472 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,473 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,473 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,474 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,476 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,477 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,478 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,480 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,481 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,481 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,482 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,485 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,486 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,488 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,489 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,492 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,493 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,496 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,497 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,500 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,501 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,503 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,504 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,505 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,507 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,508 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,509 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,511 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,512 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,513 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,516 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,516 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,516 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,513 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,519 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,520 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,520 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,523 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,524 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,527 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,531 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,531 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,532 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 16:59:48,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15af10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = vybtrT-ifue-sT90-yQBm-1d3d-dVfM-8eAQKP size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 16:59:48,532 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:59:48,535 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:48,535 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 16:59:48,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:59:48,539 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:48,539 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 16:59:48,542 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:48,543 INFO program/MainThread: stderr[91]: 2024-03-01 16:59:48,543 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:59:48,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 16:59:48,547 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:59:48,547 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:48,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 16:59:48,553 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:59:48,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,555 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,556 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,558 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,559 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,560 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,563 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,563 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,566 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,567 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,570 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,570 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,573 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,574 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,576 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,577 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,580 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,581 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,583 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,584 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,587 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,588 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,590 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,591 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,593 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,594 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,595 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,597 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,598 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,601 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,601 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,602 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,605 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,608 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,609 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,611 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,612 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,614 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,615 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,616 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,618 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,618 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,619 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,622 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,623 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,625 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,626 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,629 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,629 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,632 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,633 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,636 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,636 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,639 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,640 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,643 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,643 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,646 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,647 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,654 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,656 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,659 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,660 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,661 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,663 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,663 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:48,664 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:48,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a15adc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0QHf8h-Yb6B-RMbw-6Qxr-jxXe-ZJFf-UJKlcb size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a20c6d0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 4EEezF-YBht-UAjl-edi1-FpDq-gbKG-uDvpTS size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 16:59:48,665 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:59:48,668 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:48,668 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 16:59:48,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:59:48,671 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:48,674 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:59:48,674 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 16:59:48,674 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:48,674 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 16:59:48,674 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:59:48,677 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:59:48,677 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,680 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:48,683 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:48,685 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:48,686 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:59:48,686 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:48,686 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:59:48,686 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:59:48,688 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,688 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 16:59:48,691 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,691 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:48,691 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:59:48,692 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:59:48,694 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,694 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:59:48,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,697 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:48,697 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:59:48,697 DEBUG blivet/MainThread: removing sda 2024-03-01 16:59:48,700 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:48,700 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,700 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 16:59:48,702 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:59:48,703 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:48,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,708 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:59:48,708 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,709 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,710 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,711 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,711 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,711 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,712 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 16:59:48,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 16:59:48,717 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:59:48,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 16:59:48,722 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:59:48,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 16:59:48,727 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:59:48,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 16:59:48,733 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:59:48,735 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,736 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,739 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,740 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,743 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,744 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,747 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,747 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,748 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,751 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,751 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,752 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,755 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,755 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,755 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,756 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,758 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,759 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,759 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,760 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,762 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,763 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,763 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,764 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,766 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,767 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,767 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,768 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,770 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,771 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,772 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,774 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,775 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,776 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,778 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,779 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,779 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,780 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,782 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,783 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,783 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,784 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,786 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,787 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,787 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,788 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,790 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,791 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,792 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,794 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,795 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,796 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,798 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,799 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,799 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,800 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,802 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,803 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,804 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,807 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,807 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,807 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,810 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,811 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,811 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,811 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,814 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,814 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,815 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,818 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,819 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,819 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,822 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,823 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,823 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,827 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,827 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,831 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,833 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,834 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,834 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,835 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,837 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,838 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,838 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,839 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,841 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,842 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,842 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,843 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,845 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,846 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,846 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,847 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,849 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,850 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,850 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,851 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,853 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,854 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,854 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,855 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,858 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,858 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,859 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 16:59:48,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0fe340) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = App6gG-Eny4-YVW0-pCMr-5YzB-9PWC-SHNeOU size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 16:59:48,859 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:59:48,862 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:48,862 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 16:59:48,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:59:48,865 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:48,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 16:59:48,869 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 16:59:48,869 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:48,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:48,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 16:59:48,874 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:59:48,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,877 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,877 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,877 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,880 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,881 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,883 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,884 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,885 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,887 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,887 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,888 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,890 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,891 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,892 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,894 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,894 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,894 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,895 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,897 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,898 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,898 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,898 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,895 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,901 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,902 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,905 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,905 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,906 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,908 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,909 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,909 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,912 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,913 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,915 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,916 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,919 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,920 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,922 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,922 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,923 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,926 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,926 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,926 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,929 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,930 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,933 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,933 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,936 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,937 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,940 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,940 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,943 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,944 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,947 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,947 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,950 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,951 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,954 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,954 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,957 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,958 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,960 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,961 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,961 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,964 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,965 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,967 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,967 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,968 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,968 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,970 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,971 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,971 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,972 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,974 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,975 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,975 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,978 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,979 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,981 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,982 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,984 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,985 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,985 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:59:48,985 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 16:59:48,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a0febb0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oUEeai-7hx5-Fgjg-XnLW-2Px1-fzLc-Koev0R size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a174c10) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = hDHgJn-xyUz-qNpf-f9qi-hCVT-rZIK-57kqct size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 16:59:48,986 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:59:48,989 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:48,989 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:48,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 16:59:48,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:59:48,992 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:48,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:59:48,995 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 16:59:48,995 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:48,995 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sde', 'sdd'] 2024-03-01 16:59:48,995 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:59:48,998 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 16:59:48,998 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,001 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:49,004 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:49,007 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:59:49,007 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 16:59:49,007 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:49,007 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:59:49,007 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:59:49,009 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,010 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 16:59:49,012 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,012 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:49,012 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:59:49,013 DEBUG blivet/MainThread: removing sde 2024-03-01 16:59:49,015 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,015 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:59:49,018 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,018 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:49,018 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:59:49,018 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:59:49,021 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,021 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 16:59:49,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,024 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:49,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,029 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:59:49,029 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,030 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,030 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,031 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,031 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,032 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,032 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,032 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,033 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,033 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,033 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,034 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 16:59:49,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 16:59:49,039 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:59:49,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 16:59:49,045 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:59:49,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 16:59:49,050 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:59:49,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 16:59:49,055 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:59:49,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 16:59:49,060 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:59:49,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,064 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,065 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,069 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,070 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,074 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,075 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,079 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,081 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,085 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,086 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,090 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,091 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,095 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,097 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,101 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,102 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,106 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,107 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,111 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,113 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,116 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,118 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,122 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,123 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,127 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,128 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,132 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,134 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,138 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,139 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,143 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,144 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,148 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,149 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,153 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,155 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,159 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,160 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,164 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,165 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,169 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,170 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,171 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,175 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,176 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,180 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,181 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,185 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,187 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,182 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,191 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,192 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,196 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,197 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,201 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,202 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,206 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,208 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,212 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,213 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,217 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,219 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,222 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,224 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,227 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,228 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,229 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 16:59:49,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1182b0) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = xGWNm4-9fWL-NmOF-d0mH-Ugst-5JPn-F4LmOe size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 16:59:49,230 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:59:49,233 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:49,233 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 16:59:49,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:59:49,236 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 16:59:49,239 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 16:59:49,239 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:49,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 16:59:49,245 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:59:49,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,248 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,249 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,253 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,254 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,258 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,259 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,264 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,265 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,269 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,271 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,274 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,275 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,279 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,280 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,284 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,285 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,288 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,289 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,293 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,294 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,298 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,299 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,303 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,304 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,307 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,308 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,312 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,313 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,317 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,318 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,321 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,323 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,326 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,327 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,331 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,332 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,336 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,337 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,340 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,342 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,345 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,346 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,350 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,351 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,355 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,356 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,359 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,360 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,364 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,365 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,369 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,370 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,374 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,375 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,379 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,383 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,384 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,388 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,389 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,393 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,394 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,398 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,399 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 16:59:49,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1c1160) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = GEdzme-OMfe-fe7U-9izq-ulcQ-cc5Z-HaAjHv size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 16:59:49,399 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:59:49,402 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:49,402 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 16:59:49,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:59:49,405 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:59:49,409 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 16:59:49,409 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:49,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 16:59:49,414 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:59:49,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,417 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,418 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,421 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,422 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,426 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,427 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,430 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,431 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,434 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,436 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,439 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,440 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,443 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,444 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,447 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,449 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,452 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,453 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,457 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,458 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,461 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,462 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,465 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,466 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,470 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,471 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,474 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,475 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,471 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,478 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,479 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,483 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,484 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,487 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,488 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,491 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,492 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,496 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,497 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,493 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,500 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,501 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,505 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,506 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,509 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,510 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,513 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,514 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,518 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,519 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,522 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,523 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,527 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,528 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,531 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,532 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,535 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,536 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,540 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,537 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,544 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,545 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,548 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,549 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,545 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,553 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,554 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 16:59:49,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a1592e0) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KdG0eg-RMl4-S56M-eJuE-ilov-eNfD-HH1qDo size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,554 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:59:49,557 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:49,557 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:59:49,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:59:49,560 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:59:49,563 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 16:59:49,563 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:49,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:49,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 16:59:49,569 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:59:49,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,571 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,572 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,575 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,576 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,579 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,580 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,583 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,584 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,587 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,588 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,591 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,592 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,595 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,595 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,599 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,600 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,603 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,603 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,603 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,606 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,607 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,610 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,611 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,614 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,615 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,618 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,619 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,622 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,623 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,626 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,627 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,630 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,631 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,633 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,634 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,635 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,638 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,638 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,641 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,642 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,645 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,646 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,649 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,650 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,653 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,654 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,657 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,658 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,661 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,662 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,665 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,666 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,668 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,669 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,672 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,673 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,676 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,677 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,680 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,681 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,684 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,685 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,688 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,689 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,692 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:59:49,693 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:59:49,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1a20c310) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = b5a8Ro-tz1P-z5uT-PPrM-dFC5-no0S-sprGMY size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1a107f40) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = KRZ56O-PYBR-FTZY-6Ret-1V2t-rBHb-nA23zt size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 16:59:49,693 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:59:49,696 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:49,696 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:59:49,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:59:49,699 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:59:49,702 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 16:59:49,702 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:49,702 DEBUG blivet.ansible/MainThread: ['sdj', 'sdi', 'test_vg3', 'sdg', 'sdh'] 2024-03-01 16:59:49,703 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:59:49,705 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 16:59:49,705 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,708 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:49,711 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:49,713 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:49,716 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:59:49,716 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 16:59:49,716 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:49,716 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:59:49,716 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:59:49,719 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,719 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 16:59:49,722 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,722 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:49,722 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:59:49,722 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:59:49,724 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,725 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 16:59:49,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,727 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:49,727 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:59:49,728 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:59:49,730 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,730 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 16:59:49,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,733 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:49,733 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:59:49,733 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:59:49,735 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:49,735 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:49,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:59:49,738 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:59:49,738 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:49,739 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,753 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,782 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,802 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:49,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,815 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,835 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:49,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,849 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,869 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:49,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,881 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,901 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:49,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,913 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,933 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:49,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,945 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,965 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:49,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:49,977 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:49,997 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:49,997 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,010 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,030 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:50,030 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:50,031 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:50,032 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:50,033 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:50,034 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:50,037 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:50,039 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:50,042 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:50,042 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:50,045 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:50,045 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 0x7f4c1a08cea0> 2024-03-01 16:59:50,045 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:50,064 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,064 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,064 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:50,065 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:50,066 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:50,067 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:50,068 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:50,068 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:50,068 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:50,068 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,073 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:50,074 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:59:50,081 INFO program/MainThread: stdout: 2024-03-01 16:59:50,081 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:50,081 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,098 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,110 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,111 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 16:59:50,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:59:50,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:59:50,121 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:59:50,124 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:59:50,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:59:50,127 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,165 INFO program/MainThread: stdout[92]: 2024-03-01 16:59:50,165 INFO program/MainThread: stderr[92]: 2024-03-01 16:59:50,165 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:59:50,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,172 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,175 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,178 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,180 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,183 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,186 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,188 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,191 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:59:50,194 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,226 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 16:59:50,226 INFO program/MainThread: stderr[93]: 2024-03-01 16:59:50,226 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:59:50,227 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,241 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:50,242 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:59:50,256 INFO program/MainThread: stdout: 2024-03-01 16:59:50,256 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:50,256 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,297 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,311 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,312 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 16:59:50,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:59:50,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:59:50,322 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:59:50,325 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:59:50,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:59:50,328 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,371 INFO program/MainThread: stdout[94]: 2024-03-01 16:59:50,371 INFO program/MainThread: stderr[94]: 2024-03-01 16:59:50,372 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:59:50,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,378 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,381 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,384 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,387 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,389 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,392 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,395 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,398 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:59:50,401 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,434 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 16:59:50,434 INFO program/MainThread: stderr[95]: 2024-03-01 16:59:50,435 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:59:50,435 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,450 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:50,450 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:59:50,466 INFO program/MainThread: stdout: 2024-03-01 16:59:50,467 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:50,467 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,505 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,519 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,520 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 16:59:50,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:59:50,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:59:50,530 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:59:50,533 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:59:50,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:59:50,536 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,577 INFO program/MainThread: stdout[96]: 2024-03-01 16:59:50,577 INFO program/MainThread: stderr[96]: 2024-03-01 16:59:50,577 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:59:50,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,584 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,587 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,590 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,593 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,596 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,599 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,601 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,604 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:59:50,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:59:50,607 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,640 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 16:59:50,640 INFO program/MainThread: stderr[97]: 2024-03-01 16:59:50,641 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:59:50,641 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,655 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:50,656 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:59:50,665 INFO program/MainThread: stdout: 2024-03-01 16:59:50,665 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:50,666 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,708 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,722 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,723 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 16:59:50,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:59:50,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:59:50,733 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:59:50,736 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:59:50,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:59:50,739 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,779 INFO program/MainThread: stdout[98]: 2024-03-01 16:59:50,779 INFO program/MainThread: stderr[98]: 2024-03-01 16:59:50,779 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:59:50,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,786 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,789 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,792 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,795 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,798 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,800 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,803 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:59:50,809 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,842 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 16:59:50,842 INFO program/MainThread: stderr[99]: 2024-03-01 16:59:50,842 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:59:50,843 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 16:59:50,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:59:50,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:59:50,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:59:50,882 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,887 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,892 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,897 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,903 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,921 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:50,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:59:50,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:59:50,933 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:50,964 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 16:59:50,964 INFO program/MainThread: stderr[100]: 2024-03-01 16:59:50,964 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:59:50,965 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,020 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:59:51,020 INFO program/MainThread: stderr[101]: 2024-03-01 16:59:51,020 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:59:51,021 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,066 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 16:59:51,066 INFO program/MainThread: stderr[102]: 2024-03-01 16:59:51,066 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:59:51,067 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 16:59:51,075 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,082 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,089 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,089 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdh,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,144 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:59:51,144 INFO program/MainThread: stderr[103]: 2024-03-01 16:59:51,144 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:59:51,145 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:59:51,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,162 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,163 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,171 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 16:59:51,171 INFO program/MainThread: stderr[104]: 2024-03-01 16:59:51,171 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:59:51,171 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:59:51,184 INFO program/MainThread: stdout[105]: 2024-03-01 16:59:51,185 INFO program/MainThread: stderr[105]: 2024-03-01 16:59:51,185 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:59:51,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,197 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,198 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,209 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,210 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdg (id 132) 2024-03-01 16:59:51,213 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,216 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,218 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,219 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdg,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,248 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:59:51,249 INFO program/MainThread: stderr[106]: 2024-03-01 16:59:51,249 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:59:51,249 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:59:51,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,267 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,267 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,275 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 16:59:51,275 INFO program/MainThread: stderr[107]: 2024-03-01 16:59:51,275 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:59:51,275 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:59:51,288 INFO program/MainThread: stdout[108]: 2024-03-01 16:59:51,288 INFO program/MainThread: stderr[108]: 2024-03-01 16:59:51,288 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:59:51,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,301 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,313 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,314 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 16:59:51,317 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,320 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,323 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,323 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdi,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,357 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:59:51,358 INFO program/MainThread: stderr[109]: 2024-03-01 16:59:51,358 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:59:51,358 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:59:51,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,374 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,375 INFO program/MainThread: Running [110] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,382 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 16:59:51,383 INFO program/MainThread: stderr[110]: 2024-03-01 16:59:51,383 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:59:51,383 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:59:51,395 INFO program/MainThread: stdout[111]: 2024-03-01 16:59:51,395 INFO program/MainThread: stderr[111]: 2024-03-01 16:59:51,395 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:59:51,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,407 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,420 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,421 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 16:59:51,424 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,427 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,429 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:59:51,430 INFO program/MainThread: Running [112] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdj,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,460 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:59:51,461 INFO program/MainThread: stderr[112]: 2024-03-01 16:59:51,461 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:59:51,461 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:59:51,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,477 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,478 INFO program/MainThread: Running [113] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,486 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 16:59:51,486 INFO program/MainThread: stderr[113]: 2024-03-01 16:59:51,486 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:59:51,486 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:59:51,498 INFO program/MainThread: stdout[114]: 2024-03-01 16:59:51,498 INFO program/MainThread: stderr[114]: 2024-03-01 16:59:51,498 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:59:51,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,512 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,513 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,525 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,526 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:51,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,533 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:51,533 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:59:51,539 INFO program/MainThread: stdout: 2024-03-01 16:59:51,540 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:51,540 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,540 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,556 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,568 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,569 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 16:59:51,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:59:51,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:59:51,579 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:59:51,582 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:59:51,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:59:51,585 INFO program/MainThread: Running [115] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,618 INFO program/MainThread: stdout[115]: 2024-03-01 16:59:51,618 INFO program/MainThread: stderr[115]: 2024-03-01 16:59:51,618 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:59:51,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:51,625 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,628 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,631 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,633 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,636 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,639 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:59:51,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:59:51,642 INFO program/MainThread: Running [116] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,671 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 16:59:51,671 INFO program/MainThread: stderr[116]: 2024-03-01 16:59:51,671 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:59:51,672 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:51,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,686 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:51,686 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:59:51,703 INFO program/MainThread: stdout: 2024-03-01 16:59:51,703 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:51,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,734 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,747 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,748 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 16:59:51,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:59:51,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:59:51,758 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:59:51,761 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:59:51,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:59:51,764 INFO program/MainThread: Running [117] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,796 INFO program/MainThread: stdout[117]: 2024-03-01 16:59:51,796 INFO program/MainThread: stderr[117]: 2024-03-01 16:59:51,796 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:59:51,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:51,804 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,809 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,812 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,815 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,817 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:59:51,820 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,852 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 16:59:51,852 INFO program/MainThread: stderr[118]: 2024-03-01 16:59:51,852 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:59:51,853 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 16:59:51,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:59:51,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:59:51,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:59:51,889 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,895 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,901 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,910 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:51,913 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:59:51,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:59:51,916 INFO program/MainThread: Running [119] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:51,943 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 16:59:51,943 INFO program/MainThread: stderr[119]: 2024-03-01 16:59:51,943 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:59:51,943 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,000 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:59:52,000 INFO program/MainThread: stderr[120]: 2024-03-01 16:59:52,000 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:59:52,001 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,030 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 16:59:52,030 INFO program/MainThread: stderr[121]: 2024-03-01 16:59:52,030 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:59:52,031 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 16:59:52,039 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,048 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,053 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,055 INFO program/MainThread: Running [122] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdd,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,098 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:59:52,098 INFO program/MainThread: stderr[122]: 2024-03-01 16:59:52,098 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:59:52,099 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:59:52,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,115 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,116 INFO program/MainThread: Running [123] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,124 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 16:59:52,124 INFO program/MainThread: stderr[123]: 2024-03-01 16:59:52,124 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:59:52,124 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:59:52,137 INFO program/MainThread: stdout[124]: 2024-03-01 16:59:52,137 INFO program/MainThread: stderr[124]: 2024-03-01 16:59:52,137 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:59:52,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,149 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,161 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,162 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 16:59:52,165 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,168 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,171 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,171 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sde,/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,203 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:59:52,204 INFO program/MainThread: stderr[125]: 2024-03-01 16:59:52,204 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:59:52,204 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:59:52,204 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,220 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,221 INFO program/MainThread: Running [126] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,229 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 16:59:52,229 INFO program/MainThread: stderr[126]: 2024-03-01 16:59:52,229 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:59:52,229 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sde ... 2024-03-01 16:59:52,241 INFO program/MainThread: stdout[127]: 2024-03-01 16:59:52,241 INFO program/MainThread: stderr[127]: 2024-03-01 16:59:52,241 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:59:52,241 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,254 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,266 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,267 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 16:59:52,271 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,273 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,276 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,276 INFO program/MainThread: Running [128] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sdf,/dev/sda ... 2024-03-01 16:59:52,304 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:59:52,304 INFO program/MainThread: stderr[128]: 2024-03-01 16:59:52,304 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:59:52,305 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:59:52,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,321 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,322 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,329 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 16:59:52,329 INFO program/MainThread: stderr[129]: 2024-03-01 16:59:52,329 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:59:52,329 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:59:52,342 INFO program/MainThread: stdout[130]: 2024-03-01 16:59:52,343 INFO program/MainThread: stderr[130]: 2024-03-01 16:59:52,343 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:59:52,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,367 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,368 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:52,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,375 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:52,375 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:59:52,381 INFO program/MainThread: stdout: 2024-03-01 16:59:52,381 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:52,381 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,398 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,410 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,411 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 16:59:52,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:59:52,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:59:52,421 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:59:52,424 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:59:52,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:59:52,427 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,467 INFO program/MainThread: stdout[131]: 2024-03-01 16:59:52,467 INFO program/MainThread: stderr[131]: 2024-03-01 16:59:52,467 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:59:52,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:52,474 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:59:52,480 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:59:52,485 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,488 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:59:52,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:59:52,491 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,523 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 16:59:52,523 INFO program/MainThread: stderr[132]: 2024-03-01 16:59:52,523 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:59:52,524 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,544 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:52,545 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:59:52,555 INFO program/MainThread: stdout: 2024-03-01 16:59:52,555 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:52,555 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,579 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,592 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,593 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:52,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:52,603 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:52,606 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:59:52,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:52,609 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,649 INFO program/MainThread: stdout[133]: 2024-03-01 16:59:52,649 INFO program/MainThread: stderr[133]: 2024-03-01 16:59:52,649 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:59:52,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:52,656 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,659 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,662 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,665 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,668 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,670 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:52,673 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,708 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 16:59:52,708 INFO program/MainThread: stderr[134]: 2024-03-01 16:59:52,708 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:59:52,709 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:52,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:59:52,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:59:52,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:52,735 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,740 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,754 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,756 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,759 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,762 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:59:52,764 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,790 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 16:59:52,790 INFO program/MainThread: stderr[135]: 2024-03-01 16:59:52,790 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:59:52,790 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,844 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:59:52,845 INFO program/MainThread: stderr[136]: 2024-03-01 16:59:52,845 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:59:52,845 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,869 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 16:59:52,870 INFO program/MainThread: stderr[137]: 2024-03-01 16:59:52,870 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:59:52,870 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,881 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,886 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,895 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,895 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc,/dev/sda ... 2024-03-01 16:59:52,939 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:59:52,939 INFO program/MainThread: stderr[138]: 2024-03-01 16:59:52,939 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:59:52,940 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:59:52,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,953 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,953 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:52,960 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 16:59:52,961 INFO program/MainThread: stderr[139]: 2024-03-01 16:59:52,961 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:59:52,961 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sda ... 2024-03-01 16:59:52,973 INFO program/MainThread: stdout[140]: 2024-03-01 16:59:52,974 INFO program/MainThread: stderr[140]: 2024-03-01 16:59:52,974 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:59:52,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,986 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,987 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,998 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,999 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:53,002 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:53,005 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:53,008 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:53,008 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:53,040 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:59:53,041 INFO program/MainThread: stderr[141]: 2024-03-01 16:59:53,041 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:59:53,041 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:59:53,041 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,056 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,057 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:59:53,064 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 16:59:53,065 INFO program/MainThread: stderr[142]: 2024-03-01 16:59:53,065 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:59:53,065 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:59:53,077 INFO program/MainThread: stdout[143]: 2024-03-01 16:59:53,077 INFO program/MainThread: stderr[143]: 2024-03-01 16:59:53,077 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:59:53,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,090 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,090 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,101 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,102 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:53,106 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:53,108 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:53,111 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:53,111 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 16:59:53,138 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:59:53,138 INFO program/MainThread: stderr[144]: 2024-03-01 16:59:53,138 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:59:53,139 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:59:53,139 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,155 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,156 INFO program/MainThread: Running [145] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:53,163 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 16:59:53,164 INFO program/MainThread: stderr[145]: 2024-03-01 16:59:53,164 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:59:53,164 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:59:53,175 INFO program/MainThread: stdout[146]: 2024-03-01 16:59:53,175 INFO program/MainThread: stderr[146]: 2024-03-01 16:59:53,176 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:59:53,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,187 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,200 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,204 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:53,204 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 0x7f4c1a08c400> 2024-03-01 17:00:02,212 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dnb6amhr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:05,330 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_l7hrfwzj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:09,413 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_k6qdphmu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:09,447 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:09,447 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:09,450 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:09,450 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:00:09,450 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:09,451 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:09,455 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:09,455 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:09,459 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:09,459 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:09,462 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:09,462 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:09,464 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:09,465 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:09,473 INFO program/MainThread: stdout: 2024-03-01 17:00:09,473 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:09,473 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:09,473 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:09,473 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:09,473 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:09,473 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:09,474 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:09,474 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:09,474 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:09,474 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:09,475 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:09,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:09,484 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:09,496 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:00:09,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 17:00:09,501 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:00:09,502 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:09,527 INFO program/MainThread: stdout[3]: 2024-03-01 17:00:09,527 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:09,527 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:09,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,538 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:09,540 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:00:09,545 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:09,545 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:09,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:09,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:09,549 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:09,552 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:09,552 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:00:09,555 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:00:09,556 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,556 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:09,556 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2981399dc0) -- 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 = 6001405042034e05f874768927115233 2024-03-01 17:00:09,560 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:09,560 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:00:09,563 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 17:00:09,563 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:00:09,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,574 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:09,574 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:09,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:00:09,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:00:09,577 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:09,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:09,580 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:00:09,583 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:00:09,584 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,584 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:00:09,584 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29812d7ee0) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 17:00:09,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:09,587 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:00:09,590 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-diskseq/12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 17:00:09,590 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:00:09,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,601 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:09,602 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:09,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:09,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:00:09,605 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:09,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:09,608 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:00:09,611 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:00:09,611 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,611 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:00:09,611 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29812d7f10) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 17:00:09,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:09,615 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:09,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 17:00:09,618 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:00:09,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:09,629 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:09,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:09,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:00:09,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:09,635 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:09,635 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:00:09,638 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:00:09,638 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,638 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:00:09,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29802bb370) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 17:00:09,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:09,642 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:09,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 17:00:09,645 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:00:09,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,655 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:09,656 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:09,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:00:09,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:00:09,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:09,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:09,661 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:00:09,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:00:09,665 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,665 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:00:09,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29802bb820) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 17:00:09,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:09,668 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:00:09,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 17:00:09,671 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:00:09,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,682 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:09,682 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:09,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:09,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:00:09,685 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:09,688 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:09,688 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:00:09,691 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:00:09,691 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,692 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:00:09,692 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29812d7e50) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 17:00:09,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:09,695 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:09,698 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 17:00:09,698 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:00:09,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,708 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:09,709 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:09,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:09,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:00:09,712 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:09,714 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:09,715 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:09,717 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:00:09,718 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,718 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:00:09,718 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29802445b0) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 17:00:09,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:09,721 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:09,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 17:00:09,724 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:00:09,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:09,735 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:09,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:09,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:00:09,738 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:09,741 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:09,741 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:00:09,744 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:00:09,744 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,745 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:00:09,745 INFO blivet/MainThread: got device: DiskDevice instance (0x7f29802bba90) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 17:00:09,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:09,748 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:09,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 17:00:09,751 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:00:09,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,761 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:09,762 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:09,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:00:09,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:00:09,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:09,767 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:09,768 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:00:09,771 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:00:09,771 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,771 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:00:09,771 INFO blivet/MainThread: got device: DiskDevice instance (0x7f298024fac0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 17:00:09,774 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:09,775 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:09,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 17:00:09,777 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:00:09,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,788 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:09,789 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:09,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:00:09,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:09,792 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:09,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:09,795 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:00:09,798 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:00:09,798 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,798 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:00:09,798 INFO blivet/MainThread: got device: DiskDevice instance (0x7f298024fe80) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 17:00:09,801 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:09,802 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:09,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 17:00:09,805 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:00:09,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:09,816 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:09,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:00:09,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:00:09,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:09,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:09,822 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:00:09,825 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:00:09,825 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,826 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:00:09,826 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2980255af0) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 17:00:09,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:09,829 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:09,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 17:00:09,832 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:00:09,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,842 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:09,843 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:09,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:00:09,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:00:09,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:09,848 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:09,849 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:00:09,851 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:00:09,852 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:09,852 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:00:09,852 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2980245bb0) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 17:00:09,855 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:09,855 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:09,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 17:00:09,858 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:09,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,867 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:09,868 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:09,868 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:09,868 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:09,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:00:09,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:00:09,871 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:09,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:09,874 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:09,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:09,877 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:09,877 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:00:09,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2980244a60) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:00:09,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:09,883 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:09,883 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:00:09,886 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:09,887 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:00:09,890 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:09,890 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:00:09,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:09,893 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:00:09,896 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:09,898 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:09,901 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:09,909 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 0x7f29812f2e00> 2024-03-01 17:00:09,954 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:00:09,957 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:09,958 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:09,961 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 17:00:09,961 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:09,961 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:09,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,969 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:09,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:09,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:09,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:09,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:10,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:00:10,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:00:10,011 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:10,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:00:10,014 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:10,017 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:10,017 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:10,020 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:10,020 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:10,020 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:10,023 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:10,026 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:10,028 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:10,031 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:10,034 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:10,034 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:10,034 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:00:10,035 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:10,034 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f2980264250) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f2982a5f900> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:10,038 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:10,041 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:10,041 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:00:10,044 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:10,044 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:00:10,047 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:10,047 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:00:10,050 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:10,050 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:00:10,052 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:10,052 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:10,055 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:10,055 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:00:10,058 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:10,058 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:10,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:10,070 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:10,083 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:10,084 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:10,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,095 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:10,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,105 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:10,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,115 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:10,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,125 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:10,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,135 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:00:10,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:10,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:10,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:10,145 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:10,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:00:13,170 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_byjbmfy1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:13,205 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:13,205 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:13,208 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:13,208 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:00:13,208 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:13,208 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:13,212 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,213 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:13,216 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:13,216 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:13,219 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:13,219 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:13,222 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:13,222 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:13,230 INFO program/MainThread: stdout: 2024-03-01 17:00:13,230 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:13,230 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,230 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,231 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:13,231 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:13,231 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:13,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,231 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:13,231 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,231 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,231 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:13,231 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,232 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:13,232 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:13,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,244 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,257 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:00:13,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-diskseq/2', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 17:00:13,262 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:00:13,262 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:13,291 INFO program/MainThread: stdout[3]: 2024-03-01 17:00:13,291 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:13,291 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:13,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,302 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:13,304 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:00:13,309 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:13,309 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:13,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:13,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:13,313 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:13,317 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:13,317 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:00:13,320 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:00:13,320 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,321 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:13,321 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb37dae80) -- 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 = 6001405042034e05f874768927115233 2024-03-01 17:00:13,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:13,324 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:00:13,327 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 17:00:13,328 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:00:13,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,339 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:13,339 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:13,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:00:13,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:00:13,342 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:13,345 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:13,346 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:00:13,349 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:00:13,349 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,349 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:00:13,349 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb3716f40) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 17:00:13,353 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:13,353 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:00:13,356 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 17:00:13,356 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:00:13,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,367 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:13,368 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:13,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:13,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:00:13,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:13,374 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:13,374 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:00:13,377 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:00:13,378 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,378 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:00:13,378 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb3716e80) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 17:00:13,381 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:13,381 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:13,384 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 17:00:13,384 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:00:13,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,395 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:13,396 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:13,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:13,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:00:13,398 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:13,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:13,402 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:00:13,405 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:00:13,405 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,405 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:00:13,405 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26fb700) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 17:00:13,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:13,409 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:13,412 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 17:00:13,412 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:00:13,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,422 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:13,423 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:13,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:00:13,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:00:13,426 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:13,429 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:13,429 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:00:13,432 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:00:13,432 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,432 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:00:13,432 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26fb7c0) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 17:00:13,435 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:13,436 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:00:13,439 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-diskseq/5', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 17:00:13,439 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:00:13,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,450 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:13,450 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:13,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:13,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:00:13,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:13,456 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:13,456 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:00:13,459 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:00:13,459 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,460 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:00:13,460 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb3baf550) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 17:00:13,463 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:13,463 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:13,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 17:00:13,466 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:00:13,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:13,477 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:13,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:13,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:00:13,480 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:13,483 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:13,483 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:13,486 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:00:13,486 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,486 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:00:13,486 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26848b0) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 17:00:13,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:13,490 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:13,493 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 17:00:13,493 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:00:13,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,503 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:13,504 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:13,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:13,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:00:13,507 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:13,510 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:13,510 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:00:13,513 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:00:13,513 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,514 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:00:13,514 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26fbb20) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 17:00:13,517 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:13,517 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:13,520 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 17:00:13,520 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:00:13,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,531 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:13,531 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:13,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:00:13,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:00:13,534 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:13,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:13,537 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:00:13,540 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:00:13,541 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,541 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:00:13,541 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26906a0) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 17:00:13,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:13,544 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:13,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 17:00:13,547 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:00:13,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:13,558 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:13,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:00:13,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:13,561 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:13,564 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:13,564 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:00:13,567 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:00:13,567 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,568 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:00:13,568 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb2690f40) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 17:00:13,571 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:13,571 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:13,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 17:00:13,574 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:00:13,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,585 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:13,585 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:13,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:00:13,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:00:13,588 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:13,591 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:13,591 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:00:13,594 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:00:13,594 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,595 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:00:13,595 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26958b0) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 17:00:13,598 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:13,598 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:13,601 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 17:00:13,601 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:00:13,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,611 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:13,612 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:13,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:00:13,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:00:13,615 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:13,618 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:13,618 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:00:13,620 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:00:13,621 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:13,621 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:00:13,621 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb2686c40) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 17:00:13,624 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:13,624 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:13,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 17:00:13,627 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:13,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:13,637 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:13,637 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:13,637 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:13,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:00:13,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:00:13,640 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:13,643 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:13,643 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:13,646 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:13,646 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:13,647 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:00:13,647 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9bb26842e0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:00:13,650 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:13,653 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:13,653 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:00:13,656 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:13,656 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:00:13,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:13,659 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:00:13,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:13,663 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:00:13,666 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:13,668 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,671 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:13,677 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 0x7f9bb47aab00> 2024-03-01 17:00:13,715 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:00:13,719 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:13,719 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:13,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 17:00:13,722 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:13,722 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:13,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,731 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:13,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,748 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:00:13,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:00:13,772 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:13,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:00:13,775 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:13,778 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:13,778 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:13,781 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:13,781 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:13,781 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:13,784 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:13,787 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:13,789 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:13,792 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:13,795 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:13,796 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:13,796 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:00:13,796 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:13,796 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9bb26a4820) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f9bb3ffb900> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:13,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:13,802 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:13,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:00:13,805 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:13,806 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:00:13,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:13,809 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:00:13,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:13,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:00:13,813 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:13,813 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:13,816 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:13,817 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:00:13,819 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:13,819 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:13,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,846 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:13,847 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:13,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,858 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:13,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,868 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:13,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,878 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:13,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,888 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:13,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,898 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:00:13,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,908 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:13,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,918 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:00:13,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:00:13,923 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:00:13,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:00:13,928 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:00:13,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:00:13,933 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:00:13,936 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:13,936 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:00:13,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:00:13,939 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:13,940 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:13,942 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:00:13,943 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:13,945 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:13,945 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:00:13,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:00:13,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:13,948 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:13,951 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:00:13,951 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:13,954 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:13,954 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:00:13,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:00:13,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:13,957 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:13,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:00:13,960 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:13,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:00:13,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:00:13,967 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:13,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:00:13,974 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:13,977 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:00:13,980 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:13,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:00:13,984 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:00:13,984 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:00:13,984 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:13,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:13,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:13,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:13,996 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:00:13,996 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:13,997 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:13,997 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:00:13,997 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:13,998 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:14,000 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:14,000 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:00:14,003 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:14,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:00:14,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:14,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:14,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:00:14,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:00:14,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:14,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:14,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:00:14,023 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:14,023 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:14,023 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:00:14,024 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:00:14,027 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:00:14,027 INFO program/MainThread: stderr[4]: 2024-03-01 17:00:14,027 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:00:14,027 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:00:14,027 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:00:14,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:00:14,032 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,033 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,033 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:00:14,034 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:00:14,036 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:14,039 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:14,041 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:00:14,042 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:00:14,044 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:14,044 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 0x7f9bb25f8db0> 2024-03-01 17:00:14,045 INFO blivet/MainThread: sorting actions... 2024-03-01 17:00:14,046 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:14,046 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:14,046 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:14,046 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:14,046 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:14,047 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:14,047 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:14,047 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,047 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,047 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:14,050 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:14,052 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:00:14,052 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:00:14,058 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,084 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,097 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,098 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:14,101 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:14,104 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:00:14,104 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:00:14,111 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,134 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,146 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,147 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:14,151 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:14,153 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:00:14,153 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:00:14,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,161 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,197 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:14,200 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,203 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,206 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,206 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:00:14,206 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:14,206 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:14,233 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:00:14,233 INFO program/MainThread: stderr[5]: 2024-03-01 17:00:14,233 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:00:14,234 INFO program/MainThread: Running [6] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,245 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:00:14,245 INFO program/MainThread: stderr[6]: 2024-03-01 17:00:14,245 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:00:14,245 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:00:14,277 INFO program/MainThread: stdout[7]: 2024-03-01 17:00:14,278 INFO program/MainThread: stderr[7]: 2024-03-01 17:00:14,278 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:00:14,278 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:00:14,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:14,294 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:00:14,295 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:00:14,305 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,327 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,328 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:14,331 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,334 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,336 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,337 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:00:14,337 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:14,337 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:14,376 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:00:14,376 INFO program/MainThread: stderr[8]: 2024-03-01 17:00:14,376 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:00:14,377 INFO program/MainThread: Running [9] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,384 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:00:14,385 INFO program/MainThread: stderr[9]: 2024-03-01 17:00:14,385 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:00:14,385 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:00:14,413 INFO program/MainThread: stdout[10]: 2024-03-01 17:00:14,413 INFO program/MainThread: stderr[10]: 2024-03-01 17:00:14,414 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:00:14,414 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:00:14,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,426 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,430 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:14,430 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:00:14,431 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:00:14,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,462 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,463 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:14,466 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,469 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,472 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,472 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:00:14,472 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:14,472 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:14,505 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:00:14,506 INFO program/MainThread: stderr[11]: 2024-03-01 17:00:14,506 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:00:14,506 INFO program/MainThread: Running [12] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,519 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:00:14,520 INFO program/MainThread: stderr[12]: 2024-03-01 17:00:14,520 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:00:14,520 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 17:00:14,546 INFO program/MainThread: stdout[13]: 2024-03-01 17:00:14,547 INFO program/MainThread: stderr[13]: 2024-03-01 17:00:14,547 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:00:14,547 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:00:14,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,559 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,563 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:14,563 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:00:14,565 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:00:14,574 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,574 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,599 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:14,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:00:14,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:14,608 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,610 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,613 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,616 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,619 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,621 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:00:14,624 INFO program/MainThread: Running [14] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,678 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 17:00:14,678 INFO program/MainThread: stderr[14]: 2024-03-01 17:00:14,678 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:00:14,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:14,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:14,702 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,713 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,717 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,720 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,723 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,736 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:14,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:14,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,756 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,757 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:00:14,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,766 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,778 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,779 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:14,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:00:14,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:00:14,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:14,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:14,794 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,797 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,800 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,803 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,806 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:14,827 INFO program/MainThread: Running [15] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,859 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:00:14,859 INFO program/MainThread: stderr[15]: 2024-03-01 17:00:14,859 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:00:14,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:00:14,864 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:14,922 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 17:00:14,922 INFO program/MainThread: stderr[16]: 2024-03-01 17:00:14,922 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:00:14,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:14,941 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:14,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,972 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,977 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 17:00:14,977 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:14,978 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:00:14,987 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,987 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,003 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,004 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:15,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:15,010 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:00:15,013 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:00:15,013 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:00:15,127 INFO program/MainThread: stdout: 2024-03-01 17:00:15,127 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:00:15,127 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:15,127 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:15,127 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:15,128 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:00:15,128 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:15,128 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:15,128 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:15,128 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:15,128 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:15,128 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,128 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:00:15,143 INFO program/MainThread: stdout: 2024-03-01 17:00:15,143 INFO program/MainThread: writing all SBs 2024-03-01 17:00:15,143 INFO program/MainThread: new label = "" 2024-03-01 17:00:15,143 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:15,165 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:15,166 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:00:15,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,192 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,197 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:15,197 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 0x7f9bb3b08090> 2024-03-01 17:00:15,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:15,203 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 17:00:15,203 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:00:15,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:15,209 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 17:00:15,209 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:00:19,420 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_aoa0uwsp/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:19,454 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:19,455 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:19,457 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:19,458 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:00:19,458 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:19,458 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:19,462 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,462 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:19,466 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:19,466 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:19,469 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:19,469 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:19,472 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:19,472 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:19,480 INFO program/MainThread: stdout: 2024-03-01 17:00:19,480 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:19,480 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG 2024-03-01 17:00:19,481 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b 2024-03-01 17:00:19,481 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA 2024-03-01 17:00:19,481 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b 2024-03-01 17:00:19,481 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D 2024-03-01 17:00:19,481 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:19,481 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:19,481 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,481 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b sdb 1073741824 root disk brw-rw---- LVM2_member VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b sdc 1073741824 root disk brw-rw---- LVM2_member 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:19,481 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:19,481 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:19,482 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:19,482 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:19,482 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:19,482 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:19,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:19,495 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,509 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 17:00:19,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/lvm-pv-uuid-Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG', 'ID_FS_UUID_ENC': 'Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 17:00:19,513 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:00:19,514 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:19,549 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:19,549 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:19,549 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:19,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,561 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:19,563 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:00:19,567 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:19,568 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:19,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:19,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:19,572 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:19,575 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:19,575 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:00:19,578 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:00:19,578 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:19,579 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:19,579 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7d33c820) -- 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 = 6001405042034e05f874768927115233 2024-03-01 17:00:19,582 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:19,586 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:19,586 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:00:19,589 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:19,589 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:00:19,593 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:00:19,596 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,596 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:00:19,599 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:00:19,599 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:00:19,599 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:19,634 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:19,634 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:19,634 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:00:19,634 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:00:19,639 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; 2024-03-01 17:00:19,639 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:00:19,642 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:00:19,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:19,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:00:19,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,654 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:19,691 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:19,691 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:19,691 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:00:19,691 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:00:19,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:00:19,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:00:19,700 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:19,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:19,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:00:19,704 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:19,743 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:19,743 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:19,743 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:00:19,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:00:19,749 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:00:19,751 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:00:19,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:19,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:00:19,757 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:00:19,757 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:19,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/lvm-pv-uuid-VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA', 'ID_FS_UUID_ENC': 'VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 17:00:19,761 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:00:19,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,771 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:19,772 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:19,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:00:19,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:19,775 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:19,778 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:19,778 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:00:19,781 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:00:19,782 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:19,782 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:00:19,782 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c25d190) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 17:00:19,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:19,788 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:19,789 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:00:19,792 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:19,792 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:00:19,795 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:00:19,798 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,798 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:00:19,801 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:00:19,801 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:00:19,801 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:19,834 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:19,834 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (last written to /dev/sdc). 2024-03-01 17:00:19,834 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:00:19,834 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:00:19,838 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:00:19,838 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:00:19,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:00:19,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:19,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:00:19,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:00:19,853 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:19,856 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:00:19,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:19,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:19,862 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:19,900 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:19,900 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (last written to /dev/sdc). 2024-03-01 17:00:19,900 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:00:19,901 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:00:19,901 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:19,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 17:00:19,905 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:00:19,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,916 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:19,917 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:19,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:00:19,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:19,920 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:19,923 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:19,923 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:00:19,926 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:00:19,926 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:19,926 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:00:19,927 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c1d5ee0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 17:00:19,930 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:19,930 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:19,933 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-diskseq/13', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 17:00:19,933 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:00:19,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,944 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:19,944 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:19,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:00:19,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:19,947 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:19,950 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:19,950 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:00:19,953 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:00:19,953 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:19,954 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:00:19,954 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c25dd00) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 17:00:19,957 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:19,957 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:19,960 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D', 'ID_FS_UUID_ENC': '9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 17:00:19,960 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:00:19,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:19,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:19,971 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:19,971 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:19,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:00:19,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:19,974 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:19,977 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:19,977 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:00:19,980 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:00:19,980 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:19,981 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:00:19,981 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c164190) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 17:00:19,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:19,987 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:19,987 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:00:19,990 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:19,990 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:00:19,993 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,993 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:00:19,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:19,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:00:19,999 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:00:19,999 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:00:19,999 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 17:00:20,033 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:20,033 INFO program/MainThread: stderr[9]: 2024-03-01 17:00:20,033 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:00:20,034 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:00:20,038 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:00:20,038 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:00:20,041 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:00:20,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:20,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:20,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:00:20,052 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:20,055 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:00:20,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:20,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:20,061 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc,/dev/sdb ... 2024-03-01 17:00:20,092 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:20,092 INFO program/MainThread: stderr[10]: 2024-03-01 17:00:20,092 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:00:20,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:00:20,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:00:20,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:20,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:00:20,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:00:20,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:20,115 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:20,119 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 17:00:20,119 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:20,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:20,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:00:20,126 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:20,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:00:20,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:00:20,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:20,132 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:20,135 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 17:00:20,136 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:20,136 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:00:20,136 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:00:20,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:20,139 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:20,142 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 17:00:20,142 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:20,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/507b1741-c1e3-4cce-8495-e61afc71641b ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '134', '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-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '507b1741-c1e3-4cce-8495-e61afc71641b', 'ID_FS_UUID_ENC': '507b1741-c1e3-4cce-8495-e61afc71641b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1287738227'} ; 2024-03-01 17:00:20,146 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:00:20,146 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,149 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:00:20,149 INFO program/MainThread: stderr[11]: 2024-03-01 17:00:20,149 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:00:20,150 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,152 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:00:20,152 INFO program/MainThread: stderr[12]: 2024-03-01 17:00:20,152 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:00:20,152 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,155 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:00:20,155 INFO program/MainThread: stderr[13]: 2024-03-01 17:00:20,155 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:00:20,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:00:20,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:20,166 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:20,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:20,167 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:20,162 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fdd7c25de80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7fdd7c2256d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:20,167 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,170 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:00:20,170 INFO program/MainThread: stderr[14]: 2024-03-01 17:00:20,170 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:00:20,174 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:00:20,177 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:20,178 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:00:20,181 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:20,181 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:00:20,184 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,184 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:00:20,188 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,188 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:00:20,189 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:20,189 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:00:20,192 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:20,193 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:00:20,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:20,196 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:20,196 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:20,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 17:00:20,200 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:00:20,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,211 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:20,211 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:20,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:00:20,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:00:20,214 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:20,217 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:20,217 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:00:20,220 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:00:20,221 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,221 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:00:20,221 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c1d5e20) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 17:00:20,224 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:20,224 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:20,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 17:00:20,227 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:00:20,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,238 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:20,239 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:20,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:00:20,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:00:20,242 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:20,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:20,245 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:20,248 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:00:20,248 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,249 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:00:20,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c164a30) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 17:00:20,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:20,252 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:20,255 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 17:00:20,255 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:00:20,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,266 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:20,266 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:20,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:00:20,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:00:20,269 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:20,272 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:20,272 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:00:20,275 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:00:20,276 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,276 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:00:20,276 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c16b3a0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 17:00:20,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:20,279 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:20,282 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-diskseq/8', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 17:00:20,282 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:00:20,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,293 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:20,294 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:20,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:00:20,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:00:20,297 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:20,300 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:20,300 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:00:20,303 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:00:20,303 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,303 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:00:20,303 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c166130) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 17:00:20,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:20,307 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:20,310 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 17:00:20,310 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:00:20,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,321 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:20,321 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:20,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:00:20,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:00:20,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:20,327 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:20,327 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:00:20,330 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:00:20,331 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,331 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:00:20,331 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c166c10) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 17:00:20,334 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:20,334 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:20,337 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 17:00:20,337 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:00:20,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,349 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:20,349 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:20,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:00:20,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:00:20,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:20,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:20,355 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:00:20,358 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:00:20,358 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,359 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:00:20,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c166e50) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 17:00:20,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:20,362 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:20,365 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 17:00:20,365 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:00:20,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,376 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:20,377 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:20,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:00:20,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:00:20,380 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:20,383 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:20,383 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:00:20,386 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:00:20,386 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:20,386 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:00:20,386 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c184640) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 17:00:20,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:20,390 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:20,392 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 17:00:20,393 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:20,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,402 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:20,403 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:20,403 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:20,403 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:20,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:00:20,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:00:20,406 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:20,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:20,409 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:20,412 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:20,412 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:20,412 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:00:20,412 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdd7c184c40) -- 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 17:00:20,415 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:20,418 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:20,418 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:00:20,421 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:20,421 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:00:20,424 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,425 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:00:20,428 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,428 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:00:20,431 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:20,433 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,436 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:20,443 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 0x7fdd7d6f8900> 2024-03-01 17:00:20,479 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:00:20,483 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:20,483 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:20,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d ' '/dev/disk/by-partuuid/e61ef7e0-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 17:00:20,486 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:20,486 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:20,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,496 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:20,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,513 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:00:20,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:00:20,536 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:20,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:00:20,539 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:20,542 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:20,542 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:20,545 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:20,546 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:20,546 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:20,548 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:20,551 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:20,554 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:20,557 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:20,560 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:20,560 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:20,560 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:00:20,561 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:20,560 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fdd7c19b460) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fdd7e9ea950> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:20,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:20,567 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:20,567 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:00:20,570 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:20,570 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:00:20,573 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,573 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:00:20,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:20,576 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:00:20,576 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:20,579 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:20,579 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:00:20,582 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:20,582 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:20,585 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ ' '/dev/disk/by-uuid/507b1741-c1e3-4cce-8495-e61afc71641b ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '134', '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-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '507b1741-c1e3-4cce-8495-e61afc71641b', 'ID_FS_UUID_ENC': '507b1741-c1e3-4cce-8495-e61afc71641b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1287738227'} ; 2024-03-01 17:00:20,585 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:00:20,585 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,588 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:00:20,588 INFO program/MainThread: stderr[15]: 2024-03-01 17:00:20,588 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:00:20,588 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,591 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:00:20,591 INFO program/MainThread: stderr[16]: 2024-03-01 17:00:20,591 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:00:20,591 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,594 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:00:20,594 INFO program/MainThread: stderr[17]: 2024-03-01 17:00:20,594 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:00:20,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,600 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 17:00:20,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:20,603 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:20,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:20,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:20,601 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fdd7c25de80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7fdd7c2256d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:20,605 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:20,607 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:00:20,607 INFO program/MainThread: stderr[18]: 2024-03-01 17:00:20,607 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:00:20,611 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:00:20,611 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:00:20,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,624 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,638 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:20,639 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:20,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,651 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:20,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,661 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:20,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,672 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:20,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,682 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:20,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,692 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:00:20,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:20,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:20,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:20,702 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:23,705 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zrn9ob2f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:23,740 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:23,740 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:23,743 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:23,743 INFO program/MainThread: stderr[2]: e2fsck 1.46.5 (30-Dec-2021) Using EXT2FS Library version 1.46.5, 30-Dec-2021 2024-03-01 17:00:23,743 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:23,743 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:23,747 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:23,748 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:23,751 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:23,751 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:23,754 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:23,754 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:23,757 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:23,757 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:23,766 INFO program/MainThread: stdout: 2024-03-01 17:00:23,766 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:23,766 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG 2024-03-01 17:00:23,766 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b 2024-03-01 17:00:23,766 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA 2024-03-01 17:00:23,766 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b 2024-03-01 17:00:23,766 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D 2024-03-01 17:00:23,766 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:23,766 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:23,766 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:23,766 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b sdb 1073741824 root disk brw-rw---- LVM2_member VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 507b1741-c1e3-4cce-8495-e61afc71641b sdc 1073741824 root disk brw-rw---- LVM2_member 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:23,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:23,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:23,767 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:23,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:23,767 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:23,768 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:23,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:23,777 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:23,791 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 17:00:23,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9 ' '/dev/disk/by-id/wwn-0x6001405042034e05f874768927115233 ' '/dev/disk/by-id/lvm-pv-uuid-Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG ' '/dev/disk/by-id/scsi-36001405042034e05f874768927115233 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_042034e0-5f87-4768-9271-152334e15dc9', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'DISKSEQ': '2', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG', 'ID_FS_UUID_ENC': 'Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG', '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': '042034e0-5f87-4768-9271-152334e15dc9', 'ID_SERIAL': '36001405042034e05f874768927115233', 'ID_SERIAL_SHORT': '6001405042034e05f874768927115233', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405042034e05', 'ID_WWN_VENDOR_EXTENSION': '0xf874768927115233', 'ID_WWN_WITH_EXTENSION': '0x6001405042034e05f874768927115233', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405042034e05f874768927115233', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '042034e0-5f87-4768-9271-152334e15dc9', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723224935'} ; 2024-03-01 17:00:23,795 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:00:23,796 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:23,826 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:23,826 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:23,826 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:23,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:23,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:23,838 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:23,839 WARNING py.warnings/MainThread: /usr/lib/python3.9/site-packages/blivet/udev.py:1034: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. while device: 2024-03-01 17:00:23,844 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:23,845 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:23,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:23,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:23,848 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:23,852 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:23,852 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:00:23,855 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:00:23,855 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:23,856 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:23,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2f7da820) -- 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 = 6001405042034e05f874768927115233 2024-03-01 17:00:23,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:23,862 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:23,863 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:00:23,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:23,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:00:23,869 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:23,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:00:23,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:23,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:00:23,875 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:00:23,876 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:00:23,876 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:23,912 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:23,912 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:23,912 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:00:23,913 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:00:23,917 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG ; label: None ; device: /dev/sda ; serial: 36001405042034e05f874768927115233 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; 2024-03-01 17:00:23,917 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:00:23,920 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:00:23,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:23,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:00:23,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:23,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:23,932 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:23,966 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:23,966 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:23,966 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:00:23,967 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:00:23,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:00:23,972 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:00:23,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:23,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:23,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:00:23,979 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 17:00:24,013 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:24,013 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA. WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (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 17:00:24,013 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:00:24,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:00:24,018 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:00:24,020 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:00:24,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:24,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,026 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:00:24,026 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:24,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/scsi-36001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/wwn-0x6001405a64895047afc481abc3f1674c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543 ' '/dev/disk/by-id/lvm-pv-uuid-VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA', 'ID_FS_UUID_ENC': 'VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA', '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': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'ID_SERIAL': '36001405a64895047afc481abc3f1674c', 'ID_SERIAL_SHORT': '6001405a64895047afc481abc3f1674c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a64895047', 'ID_WWN_VENDOR_EXTENSION': '0xafc481abc3f1674c', 'ID_WWN_WITH_EXTENSION': '0x6001405a64895047afc481abc3f1674c', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a64895047afc481abc3f1674c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6489504-7afc-481a-bc3f-1674c88ef543', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723183651'} ; 2024-03-01 17:00:24,030 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:00:24,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,041 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:24,041 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:24,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:00:24,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:24,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:24,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:24,047 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:00:24,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:00:24,051 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,051 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:00:24,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e6fc190) -- 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 = 6001405a64895047afc481abc3f1674c 2024-03-01 17:00:24,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:24,057 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:24,058 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:00:24,060 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:24,061 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:00:24,064 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,064 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:00:24,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:00:24,069 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:00:24,070 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:00:24,070 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:24,107 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:24,107 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (last written to /dev/sdc). 2024-03-01 17:00:24,107 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:00:24,108 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:00:24,111 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA ; label: None ; device: /dev/sdb ; serial: 36001405a64895047afc481abc3f1674c ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:00:24,112 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:00:24,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:00:24,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:24,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:00:24,126 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:24,129 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:00:24,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:24,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,135 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:24,168 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:24,168 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D. WARNING: VG test_vg1 is missing PV 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D (last written to /dev/sdc). 2024-03-01 17:00:24,168 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:00:24,168 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:00:24,168 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:24,173 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/wwn-0x600140537acdf10ea604810b1e1b0de6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2 ' '/dev/disk/by-id/scsi-3600140537acdf10ea604810b1e1b0de6', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'DISKSEQ': '12', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'ID_SERIAL': '3600140537acdf10ea604810b1e1b0de6', 'ID_SERIAL_SHORT': '600140537acdf10ea604810b1e1b0de6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140537acdf10e', 'ID_WWN_VENDOR_EXTENSION': '0xa604810b1e1b0de6', 'ID_WWN_WITH_EXTENSION': '0x600140537acdf10ea604810b1e1b0de6', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140537acdf10ea604810b1e1b0de6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '37acdf10-ea60-4810-b1e1-b0de69d104c2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723723976'} ; 2024-03-01 17:00:24,173 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:00:24,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,184 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:24,184 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:24,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:00:24,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:24,187 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:24,190 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:24,191 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:00:24,193 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:00:24,194 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,194 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:00:24,194 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e674ee0) -- 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 = 600140537acdf10ea604810b1e1b0de6 2024-03-01 17:00:24,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:24,197 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:24,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09 ' '/dev/disk/by-id/wwn-0x6001405cbd3665538cd4c61a1d1fa638 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405cbd3665538cd4c61a1d1fa638', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'DISKSEQ': '13', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'ID_SERIAL': '36001405cbd3665538cd4c61a1d1fa638', 'ID_SERIAL_SHORT': '6001405cbd3665538cd4c61a1d1fa638', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cbd366553', 'ID_WWN_VENDOR_EXTENSION': '0x8cd4c61a1d1fa638', 'ID_WWN_WITH_EXTENSION': '0x6001405cbd3665538cd4c61a1d1fa638', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cbd3665538cd4c61a1d1fa638', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cbd36655-38cd-4c61-a1d1-fa638d927e09', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723748786'} ; 2024-03-01 17:00:24,200 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:00:24,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,211 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:24,212 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:24,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:00:24,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:24,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:24,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:24,218 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:00:24,221 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:00:24,221 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,222 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:00:24,222 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e6fcd00) -- 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 = 6001405cbd3665538cd4c61a1d1fa638 2024-03-01 17:00:24,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:24,225 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:24,228 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/wwn-0x60014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_0a2f48c3-486e-4949-8c3b-a2fac8856c8e ' '/dev/disk/by-id/lvm-pv-uuid-9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D ' '/dev/disk/by-id/scsi-360014050a2f48c3486e49498c3ba2fac ' '/dev/disk/by-diskseq/4', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'DISKSEQ': '4', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D', 'ID_FS_UUID_ENC': '9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D', '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': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'ID_SERIAL': '360014050a2f48c3486e49498c3ba2fac', 'ID_SERIAL_SHORT': '60014050a2f48c3486e49498c3ba2fac', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a2f48c34', 'ID_WWN_VENDOR_EXTENSION': '0x86e49498c3ba2fac', 'ID_WWN_WITH_EXTENSION': '0x60014050a2f48c3486e49498c3ba2fac', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a2f48c3486e49498c3ba2fac', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a2f48c3-486e-4949-8c3b-a2fac8856c8e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723369329'} ; 2024-03-01 17:00:24,228 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:00:24,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,239 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:24,239 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:24,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:00:24,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:24,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:24,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:24,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 17:00:24,248 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:00:24,248 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,249 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:00:24,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e603190) -- 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 = 60014050a2f48c3486e49498c3ba2fac 2024-03-01 17:00:24,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:24,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:24,255 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:00:24,258 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:24,258 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:00:24,261 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:00:24,264 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,264 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:00:24,267 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:00:24,267 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:00:24,267 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:24,301 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Pom7Xo-XQfb-VJGk-zguC-5EVe-uJqC-rTxiLG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=VdogHQ-E7XL-K1xd-uUF3-YtNe-hPcJ-Ba1OdA LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 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=9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:00:24,301 INFO program/MainThread: stderr[9]: 2024-03-01 17:00:24,301 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:00:24,302 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:00:24,305 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9XZlue-LTKQ-SobJ-zocK-S284-RJ61-lOrS8D ; label: None ; device: /dev/sdc ; serial: 360014050a2f48c3486e49498c3ba2fac ; exists: True ; vg_name: test_vg1 ; vg_uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:00:24,306 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:00:24,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:00:24,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:24,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:00:24,320 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:24,323 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:00:24,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 ; incomplete: True ; hidden: False ; 2024-03-01 17:00:24,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,329 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:24,360 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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=Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:00:24,360 INFO program/MainThread: stderr[10]: 2024-03-01 17:00:24,360 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:00:24,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:00:24,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:00:24,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:24,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:00:24,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:00:24,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:24,384 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:24,387 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 17:00:24,387 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:24,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:24,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:00:24,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:24,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:00:24,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:00:24,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:24,400 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:24,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 17:00:24,404 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:24,404 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:00:24,404 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:00:24,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:24,407 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:24,410 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 17:00:24,410 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:24,414 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/507b1741-c1e3-4cce-8495-e61afc71641b ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '134', '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-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '507b1741-c1e3-4cce-8495-e61afc71641b', 'ID_FS_UUID_ENC': '507b1741-c1e3-4cce-8495-e61afc71641b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1287738227'} ; 2024-03-01 17:00:24,414 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:00:24,414 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,417 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:00:24,417 INFO program/MainThread: stderr[11]: 2024-03-01 17:00:24,417 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:00:24,417 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,420 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:00:24,420 INFO program/MainThread: stderr[12]: 2024-03-01 17:00:24,420 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:00:24,420 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,422 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:00:24,422 INFO program/MainThread: stderr[13]: 2024-03-01 17:00:24,422 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:00:24,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:00:24,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:24,433 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:24,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:24,434 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:24,429 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:24,434 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,437 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:00:24,437 INFO program/MainThread: stderr[14]: 2024-03-01 17:00:24,437 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:00:24,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:00:24,444 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:24,444 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:00:24,447 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:24,448 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:00:24,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:00:24,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:00:24,456 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:24,456 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:00:24,459 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:24,459 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:00:24,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:24,462 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:24,463 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:00:24,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_d3c860a8-2e9d-4efe-a4fb-c9219ebe748f ' '/dev/disk/by-id/scsi-36001405d3c860a82e9d4efea4fbc9219 ' '/dev/disk/by-id/wwn-0x6001405d3c860a82e9d4efea4fbc9219', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'DISKSEQ': '5', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'ID_SERIAL': '36001405d3c860a82e9d4efea4fbc9219', 'ID_SERIAL_SHORT': '6001405d3c860a82e9d4efea4fbc9219', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d3c860a82', 'ID_WWN_VENDOR_EXTENSION': '0xe9d4efea4fbc9219', 'ID_WWN_WITH_EXTENSION': '0x6001405d3c860a82e9d4efea4fbc9219', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d3c860a82e9d4efea4fbc9219', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:d3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd3c860a8-2e9d-4efe-a4fb-c9219ebe748f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723460794'} ; 2024-03-01 17:00:24,466 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:00:24,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,477 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:24,478 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:24,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:00:24,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:00:24,481 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:24,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:24,484 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:00:24,487 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:00:24,487 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,487 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:00:24,487 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e674e20) -- 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 = 6001405d3c860a82e9d4efea4fbc9219 2024-03-01 17:00:24,490 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:24,491 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:24,493 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/scsi-360014056edc1ece4f754381a56438e18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_6edc1ece-4f75-4381-a564-38e182be02d8 ' '/dev/disk/by-id/wwn-0x60014056edc1ece4f754381a56438e18 ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'ID_SERIAL': '360014056edc1ece4f754381a56438e18', 'ID_SERIAL_SHORT': '60014056edc1ece4f754381a56438e18', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056edc1ece4', 'ID_WWN_VENDOR_EXTENSION': '0xf754381a56438e18', 'ID_WWN_WITH_EXTENSION': '0x60014056edc1ece4f754381a56438e18', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056edc1ece4f754381a56438e18', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6edc1ece-4f75-4381-a564-38e182be02d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723361328'} ; 2024-03-01 17:00:24,494 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:00:24,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,504 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:24,505 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:24,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:00:24,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:00:24,508 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:24,511 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:24,511 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:24,514 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:00:24,514 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,515 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:00:24,515 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e603a30) -- 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 = 60014056edc1ece4f754381a56438e18 2024-03-01 17:00:24,518 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:24,518 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:24,521 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x6001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-36001405b8db7a4af255422eae0c10291 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_b8db7a4a-f255-422e-ae0c-10291d984712 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'DISKSEQ': '7', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'ID_SERIAL': '36001405b8db7a4af255422eae0c10291', 'ID_SERIAL_SHORT': '6001405b8db7a4af255422eae0c10291', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8db7a4af', 'ID_WWN_VENDOR_EXTENSION': '0x255422eae0c10291', 'ID_WWN_WITH_EXTENSION': '0x6001405b8db7a4af255422eae0c10291', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8db7a4af255422eae0c10291', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8db7a4a-f255-422e-ae0c-10291d984712', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723488674'} ; 2024-03-01 17:00:24,521 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:00:24,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,532 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:24,532 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:24,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:00:24,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:00:24,535 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:24,538 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:24,538 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:00:24,541 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:00:24,541 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,542 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:00:24,542 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e60a3a0) -- 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 = 6001405b8db7a4af255422eae0c10291 2024-03-01 17:00:24,545 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:24,545 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:24,548 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_4f64a101-697c-4280-93fc-3b9d9a5afc91 ' '/dev/disk/by-id/scsi-360014054f64a101697c428093fc3b9d9 ' '/dev/disk/by-id/wwn-0x60014054f64a101697c428093fc3b9d9', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'DISKSEQ': '8', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'ID_SERIAL': '360014054f64a101697c428093fc3b9d9', 'ID_SERIAL_SHORT': '60014054f64a101697c428093fc3b9d9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054f64a1016', 'ID_WWN_VENDOR_EXTENSION': '0x97c428093fc3b9d9', 'ID_WWN_WITH_EXTENSION': '0x60014054f64a101697c428093fc3b9d9', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054f64a101697c428093fc3b9d9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4f64a101-697c-4280-93fc-3b9d9a5afc91', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723761656'} ; 2024-03-01 17:00:24,548 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:00:24,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,559 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:24,559 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:24,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:00:24,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:00:24,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:24,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:24,565 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:00:24,568 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:00:24,569 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,569 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:00:24,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e605130) -- 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 = 60014054f64a101697c428093fc3b9d9 2024-03-01 17:00:24,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:24,572 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:24,575 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405300d671ba13848079e9153351 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405300d671ba13848079e9153351 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_300d671b-a138-4807-9e91-53351351058a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'DISKSEQ': '9', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'ID_SERIAL': '36001405300d671ba13848079e9153351', 'ID_SERIAL_SHORT': '6001405300d671ba13848079e9153351', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405300d671ba', 'ID_WWN_VENDOR_EXTENSION': '0x13848079e9153351', 'ID_WWN_WITH_EXTENSION': '0x6001405300d671ba13848079e9153351', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405300d671ba13848079e9153351', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '300d671b-a138-4807-9e91-53351351058a', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723776618'} ; 2024-03-01 17:00:24,575 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:00:24,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:24,587 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:24,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:00:24,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:00:24,590 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:24,592 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:24,593 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:00:24,595 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:00:24,596 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,596 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:00:24,596 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e605c10) -- 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 = 6001405300d671ba13848079e9153351 2024-03-01 17:00:24,599 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:24,599 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:24,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-id/wwn-0x60014053fb9d0f8fd214bd99c9b2ab31 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_3fb9d0f8-fd21-4bd9-9c9b-2ab317705381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'DISKSEQ': '10', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'ID_SERIAL': '360014053fb9d0f8fd214bd99c9b2ab31', 'ID_SERIAL_SHORT': '60014053fb9d0f8fd214bd99c9b2ab31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053fb9d0f8f', 'ID_WWN_VENDOR_EXTENSION': '0xd214bd99c9b2ab31', 'ID_WWN_WITH_EXTENSION': '0x60014053fb9d0f8fd214bd99c9b2ab31', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053fb9d0f8fd214bd99c9b2ab31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3fb9d0f8-fd21-4bd9-9c9b-2ab317705381', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723894458'} ; 2024-03-01 17:00:24,602 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:00:24,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,613 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:24,614 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:24,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:00:24,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:00:24,617 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:24,620 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:24,620 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:00:24,623 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:00:24,623 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,623 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:00:24,623 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e605e50) -- 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 = 60014053fb9d0f8fd214bd99c9b2ab31 2024-03-01 17:00:24,626 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:24,627 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:24,629 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_53205ffd-712d-4291-8e36-1c063719c788 ' '/dev/disk/by-id/scsi-3600140553205ffd712d42918e361c063 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'DISKSEQ': '11', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'ID_SERIAL': '3600140553205ffd712d42918e361c063', 'ID_SERIAL_SHORT': '600140553205ffd712d42918e361c063', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140553205ffd7', 'ID_WWN_VENDOR_EXTENSION': '0x12d42918e361c063', 'ID_WWN_WITH_EXTENSION': '0x600140553205ffd712d42918e361c063', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140553205ffd712d42918e361c063', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_PORT_NAME': 'naa.500140586d17f36f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '53205ffd-712d-4291-8e36-1c063719c788', 'SCSI_IDENT_TARGET_NAME': 'naa.500140586d17f36f', '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': '723716100'} ; 2024-03-01 17:00:24,630 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:00:24,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,640 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:24,641 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:24,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:00:24,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:00:24,644 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:24,647 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:24,647 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:00:24,650 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:00:24,650 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:24,651 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:00:24,651 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e623640) -- 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 = 600140553205ffd712d42918e361c063 2024-03-01 17:00:24,654 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:24,654 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:24,657 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/1', 'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'DISKSEQ': '1', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22647760'} ; 2024-03-01 17:00:24,657 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:24,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,666 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:24,667 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:24,667 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:24,667 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:24,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:00:24,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:00:24,670 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:24,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:24,673 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:24,676 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:24,676 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:24,676 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:00:24,676 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6b2e623c40) -- 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 17:00:24,679 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:24,682 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:24,683 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:00:24,685 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:24,686 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:00:24,689 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,689 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:00:24,692 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,692 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:00:24,695 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:24,697 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:24,700 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:24,706 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 0x7f6b2e61e640> 2024-03-01 17:00:24,746 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:00:24,750 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:24,750 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:24,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-partuuid/e61ef7e0-01 ' '/dev/disk/by-uuid/a4d9efbc-be36-4c5f-99af-596afd10159d', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'DISKSEQ': '1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '1048320', 'ID_FS_SIZE': '4226809856', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_FS_UUID_ENC': 'a4d9efbc-be36-4c5f-99af-596afd10159d', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'e61ef7e0-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'e61ef7e0', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '22649620'} ; 2024-03-01 17:00:24,753 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:24,753 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:24,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,762 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:24,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:24,779 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:24,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:00:24,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:00:24,803 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:24,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:00:24,806 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:24,809 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:24,809 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:24,812 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:24,812 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:24,812 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:24,815 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:24,818 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:24,821 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:24,824 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:24,827 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:24,827 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:24,827 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:00:24,828 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:24,827 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6b2e63b460) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = e61ef7e0-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f6b2e633f40> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:24,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:24,834 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:24,834 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:00:24,837 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:24,837 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:00:24,840 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,840 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:00:24,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:24,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:00:24,843 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:24,846 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:24,846 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:00:24,849 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:24,849 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:24,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ ' '/dev/disk/by-uuid/507b1741-c1e3-4cce-8495-e61afc71641b', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '134', '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-5gd16gd1tto9BMkxjNJnd5fA3XSVcYP5Y10IK4M7zlzvZD30sfqTo6M0bcdcKubJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '392192', 'ID_FS_SIZE': '1539309568', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '507b1741-c1e3-4cce-8495-e61afc71641b', 'ID_FS_UUID_ENC': '507b1741-c1e3-4cce-8495-e61afc71641b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYSTEMD_READY': '1', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1287738227'} ; 2024-03-01 17:00:24,852 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:00:24,852 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,855 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:00:24,855 INFO program/MainThread: stderr[15]: 2024-03-01 17:00:24,855 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:00:24,856 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,858 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:00:24,858 INFO program/MainThread: stderr[16]: 2024-03-01 17:00:24,858 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:00:24,858 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,861 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:00:24,861 INFO program/MainThread: stderr[17]: 2024-03-01 17:00:24,861 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:00:24,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,867 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 17:00:24,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:24,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:24,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:24,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:24,868 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:24,872 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:00:24,874 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:00:24,874 INFO program/MainThread: stderr[18]: 2024-03-01 17:00:24,874 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:00:24,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:00:24,878 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:00:24,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:24,890 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:24,904 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:24,905 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:24,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,917 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:24,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,927 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:24,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,937 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:24,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,947 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:24,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,957 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:00:24,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:24,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:24,967 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:24,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,972 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:00:24,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,975 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,975 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,975 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,976 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,976 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,976 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:00:24,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:00:24,982 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:00:24,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:00:24,987 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:00:24,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:00:24,992 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:00:24,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:24,997 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 17:00:24,997 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:00:24,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:24,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:24,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,002 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,003 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,006 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,007 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,011 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,019 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,020 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,023 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,021 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,027 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,028 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,030 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,031 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,034 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,035 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,037 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,038 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,041 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,041 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,044 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,045 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,047 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,048 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,051 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,054 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,061 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,062 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,064 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,065 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,068 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,071 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,072 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,075 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,075 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,077 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,078 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,079 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,081 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,081 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,082 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,085 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,085 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,086 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,089 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,089 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,094 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,095 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,096 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,098 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,098 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,099 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,102 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,102 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,103 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:00:25,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:00:25,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6b2e6fce80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y10IK4-M7zl-zvZD-30sf-qTo6-M0bc-dcKubJ 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 (0x7f6b2e6c46d0) -- 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 = 5gd16g-d1tt-o9BM-kxjN-Jnd5-fA3X-SVcYP5 size = 2.98 GiB format = existing None major = 0 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 17:00:25,106 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:00:25,109 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 17:00:25,109 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:00:25,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:00:25,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:00:25,113 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,114 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:00:25,117 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:00:25,117 INFO program/MainThread: stderr[19]: 2024-03-01 17:00:25,117 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:00:25,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:00:25,121 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:00:25,121 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,121 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'test_vg1', 'sdc'] 2024-03-01 17:00:25,121 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:00:25,124 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:00:25,124 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:00:25,127 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:00:25,130 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:00:25,133 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:00:25,133 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:00:25,133 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:00:25,133 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:00:25,133 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:00:25,136 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:00:25,136 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:00:25,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:00:25,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:00:25,139 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:00:25,139 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:00:25,139 DEBUG blivet/MainThread: removing sda 2024-03-01 17:00:25,141 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:00:25,142 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:00:25,142 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:00:25,144 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:00:25,144 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:00:25,145 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:00:25,145 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:00:25,147 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:00:25,147 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:00:25,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:00:25,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:00:25,150 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:00:25,151 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,163 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,189 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,206 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:00:25,206 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,207 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,207 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:00:25,207 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:00:25,207 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:00:25,207 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:00:25,207 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:00:25,207 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:00:25,209 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:25,212 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:25,214 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:00:25,215 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:00:25,217 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:25,217 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 0x7f6b2e585090> 2024-03-01 17:00:25,218 INFO blivet/MainThread: sorting actions... 2024-03-01 17:00:25,218 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,218 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,218 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:00:25,219 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:00:25,219 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:00:25,219 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:00:25,219 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,224 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:00:25,225 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:00:25,231 INFO program/MainThread: stdout: 2024-03-01 17:00:25,231 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:00:25,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,247 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,248 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,260 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,261 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:00:25,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:25,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:00:25,272 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:00:25,275 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:00:25,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:00:25,278 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,314 INFO program/MainThread: stdout[20]: 2024-03-01 17:00:25,315 INFO program/MainThread: stderr[20]: 2024-03-01 17:00:25,315 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:00:25,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:00:25,321 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,324 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,327 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,330 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,332 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:00:25,338 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,367 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:00:25,367 INFO program/MainThread: stderr[21]: 2024-03-01 17:00:25,367 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:00:25,368 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:00:25,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:00:25,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:00:25,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:00:25,402 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,409 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,419 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,424 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,427 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:25,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:00:25,430 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,457 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:00:25,457 INFO program/MainThread: stderr[22]: 2024-03-01 17:00:25,457 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:00:25,458 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,506 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:00:25,507 INFO program/MainThread: stderr[23]: 2024-03-01 17:00:25,507 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:00:25,507 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,532 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:00:25,532 INFO program/MainThread: stderr[24]: 2024-03-01 17:00:25,532 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:00:25,533 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:00:25,542 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,547 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,552 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,552 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,594 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:00:25,594 INFO program/MainThread: stderr[25]: 2024-03-01 17:00:25,594 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:00:25,595 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:00:25,595 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,608 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,609 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,616 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 17:00:25,616 INFO program/MainThread: stderr[26]: 2024-03-01 17:00:25,616 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:00:25,616 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:00:25,629 INFO program/MainThread: stdout[27]: 2024-03-01 17:00:25,629 INFO program/MainThread: stderr[27]: 2024-03-01 17:00:25,629 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:00:25,629 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,638 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,650 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,651 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:00:25,654 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,657 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,659 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,659 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb ... 2024-03-01 17:00:25,695 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:00:25,696 INFO program/MainThread: stderr[28]: 2024-03-01 17:00:25,696 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:00:25,696 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:00:25,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,710 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:00:25,717 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 17:00:25,717 INFO program/MainThread: stderr[29]: 2024-03-01 17:00:25,717 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:00:25,717 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sda ... 2024-03-01 17:00:25,730 INFO program/MainThread: stdout[30]: 2024-03-01 17:00:25,730 INFO program/MainThread: stderr[30]: 2024-03-01 17:00:25,730 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:00:25,731 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,755 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:00:25,759 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:25,761 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,764 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:00:25,764 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb ... 2024-03-01 17:00:25,792 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:00:25,792 INFO program/MainThread: stderr[31]: 2024-03-01 17:00:25,793 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:00:25,793 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:00:25,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,809 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,810 INFO program/MainThread: Running [32] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:00:25,818 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 17:00:25,818 INFO program/MainThread: stderr[32]: 2024-03-01 17:00:25,818 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:00:25,818 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:00:25,830 INFO program/MainThread: stdout[33]: 2024-03-01 17:00:25,831 INFO program/MainThread: stderr[33]: 2024-03-01 17:00:25,831 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:00:25,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,842 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:25,854 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:25,859 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:25,859 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 0x7f6b2fb714a0> to retry, use: --limit @/tmp/tests_set_check_no_lv_fail.retry PLAY RECAP ********************************************************************* sut : ok=92 changed=2 unreachable=0 failed=1 skipped=56 rescued=2 ignored=0 Friday 01 March 2024 17:00:30 +0000 (0:00:01.223) 0:00:31.232 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.52s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.41s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 1.76s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.66s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get required packages --------------- 1.65s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.64s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Debug why list of unused disks has changed ------------------------------ 1.22s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 -------- fedora.linux_system_roles.storage : Get required packages --------------- 1.09s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.02s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_set_check_no_lv_fail.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.88s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ Ensure dmsetup ---------------------------------------------------------- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:39 -------- fedora.linux_system_roles.storage : Update facts ------------------------ 0.78s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---